From 06c77bf7a861221d41b5db9fad3002f13a14ed0e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 19 Jan 2005 14:36:00 +0000 Subject: * Change extension `.store' to `.drv'. * Re-enable `nix-store --query --requisites'. --- src/libstore/normalise.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libstore/normalise.cc') diff --git a/src/libstore/normalise.cc b/src/libstore/normalise.cc index a01b6d801704..9424bd24abd9 100644 --- a/src/libstore/normalise.cc +++ b/src/libstore/normalise.cc @@ -1307,6 +1307,9 @@ void SubstitutionGoal::init() return; } + /* !!! build the outgoing references of this path first to + maintain the closure invariant! */ + /* Otherwise, get the substitutes. */ subs = querySubstitutes(storePath); -- cgit 1.4.1