aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2020-07-08 19:27:51 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2020-07-08 19:27:51 -0400
commit06a4e15478920bcf8d39c36abc1a73a1e83bc9b7 (patch)
tree509c4a82d39c8a01e318ecca7e84a8452919210e /src
parent8e0d0689be797f9e42f9b43b06f50c1af7f20b4a (diff)
Fix build.cc on linux
Diffstat (limited to 'src')
-rw-r--r--src/libstore/build.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/build.cc b/src/libstore/build.cc
index bf7d4c2f9..9a53d9df7 100644
--- a/src/libstore/build.cc
+++ b/src/libstore/build.cc
@@ -2200,7 +2200,7 @@ void DerivationGoal::startBuilder()
(typically the dependencies of /bin/sh). Throw them
out. */
for (auto & i : drv->outputs)
- dirsInChroot.erase(worker.store.printStorePath(i.second.path(drv->name)));
+ dirsInChroot.erase(worker.store.printStorePath(i.second.path(worker.store, drv->name)));
#elif __APPLE__
/* We don't really have any parent prep work to do (yet?)