mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue