aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/normalise.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/normalise.cc')
-rw-r--r--src/libstore/normalise.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstore/normalise.cc b/src/libstore/normalise.cc
index a01b6d801..9424bd24a 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);