* Don't force a build of derivations.

This commit is contained in:
Eelco Dolstra 2006-01-26 23:18:46 +00:00
parent db2275cb99
commit 83424eb71b
1 changed files with 1 additions and 2 deletions

View File

@ -32,8 +32,7 @@ while (@ARGV) {
# Get the closure of this path.
my $pid = open(READ,
"$binDir/nix-store --query --requisites " .
"--force-realise '$storePath'|") or die;
"$binDir/nix-store --query --requisites '$storePath'|") or die;
while (<READ>) {
chomp;