mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +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
|
@ -63,7 +63,7 @@ while (@ARGV) {
|
|||
$includeOutputs = 1;
|
||||
}
|
||||
elsif ($arg eq "--show-progress") {
|
||||
$progressViewer = "pv";
|
||||
$progressViewer = "@pv@";
|
||||
}
|
||||
elsif ($arg eq "--dry-run") {
|
||||
$dryRun = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue