* nix-prefetch-url depends on sed (see

http://hydra.nixos.org/build/311170).
This commit is contained in:
Eelco Dolstra 2010-03-05 18:26:47 +00:00
parent 84a4dd5ff0
commit 05fbf61f0e
3 changed files with 3 additions and 1 deletions

View file

@ -16,6 +16,7 @@
-e "s^@bzip2_bin_test\@^$(bzip2_bin_test)^g" \
-e "s^@perl\@^$(perl)^g" \
-e "s^@coreutils\@^$(coreutils)^g" \
-e "s^@sed\@^$(sed)^g" \
-e "s^@tar\@^$(tar)^g" \
-e "s^@gzip\@^$(gzip)^g" \
-e "s^@tr\@^$(tr)^g" \