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:
parent
34a85c5405
commit
969a14599d
3 changed files with 3 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue