nix-build: Support ‘--repair’ flag

This commit is contained in:
Eelco Dolstra 2012-10-03 15:14:02 -04:00
parent 0a7084567f
commit 2e90a5a2a7
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ EOF
$verbose = 1;
}
elsif ($arg eq "--quiet") {
elsif ($arg eq "--quiet" || $arg eq "--repair") {
push @buildArgs, $arg;
push @instArgs, $arg;
}