mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 06:31:20 +00:00
doc/builders/packages/xorg: Fix pasto.
I did double-check that the fixed version does what we would want. In either case, the katamari script is mostly of historical value, and there's nothing to change in pkgs.
This commit is contained in:
parent
fc0f32e0f5
commit
65fe2546b7
@ -8,7 +8,7 @@ X.org upstream releases used to include [katamari](https://en.wiktionary.org/wik
|
||||
|
||||
```sh
|
||||
export release="X11R7.7"
|
||||
export url="mirror://xorg/X11R7.4/src/everything/"
|
||||
export url="mirror://xorg/$release/src/everything/"
|
||||
cat $(PRINT_PATH=1 nix-prefetch-url $url | tail -n 1) \
|
||||
| perl -e 'while (<>) { if (/(href|HREF)="([^"]*.bz2)"/) { print "$ENV{'url'}$2\n"; }; }' \
|
||||
| sort > "tarballs-$release.list"
|
||||
|
Loading…
Reference in New Issue
Block a user