1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-18 02:58:27 +02:00

If "pv" is available at compile time, hard-code its path

This commit is contained in:
Eelco Dolstra 2012-04-13 14:41:33 +02:00
parent 34a85c5405
commit 969a14599d
3 changed files with 3 additions and 1 deletions

View file

@ -22,6 +22,7 @@
-e "s^@sed\@^$(sed)^g" \
-e "s^@tar\@^$(tar)^g" \
-e "s^@gzip\@^$(gzip)^g" \
-e "s^@pv\@^$(pv)^g" \
-e "s^@tr\@^$(tr)^g" \
-e "s^@dot\@^$(dot)^g" \
-e "s^@xmllint\@^$(xmllint)^g" \