aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-01-26 23:18:46 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-01-26 23:18:46 +0000
commit83424eb71b2c9656061b01617230e433a4b27d83 (patch)
treefc8982f35943f71725512acf597e886d82e70f56
parentdb2275cb9968fc337bfac14805651d6c78c7213a (diff)
* Don't force a build of derivations.
-rw-r--r--scripts/nix-pack-closure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/nix-pack-closure.in b/scripts/nix-pack-closure.in
index 8523c61dc..ccc5f7eb8 100644
--- a/scripts/nix-pack-closure.in
+++ b/scripts/nix-pack-closure.in
@@ -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;