From 83424eb71b2c9656061b01617230e433a4b27d83 Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <e.dolstra@tudelft.nl>
Date: Thu, 26 Jan 2006 23:18:46 +0000
Subject: [PATCH] * Don't force a build of derivations.

---
 scripts/nix-pack-closure.in | 3 +--
 1 file changed, 1 insertion(+), 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;
-- 
GitLab