We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ca2efc + 62247af commit 7e8db2eCopy full SHA for 7e8db2e
src/libstore/build/derivation-building-goal.cc
@@ -239,7 +239,6 @@ Goal::Co DerivationBuildingGoal::tryToBuild()
239
: buildMode == bmCheck ? "checking outputs of '%s'"
240
: "building '%s'",
241
worker.store.printStorePath(drvPath));
242
- fmt("building '%s'", worker.store.printStorePath(drvPath));
243
#ifndef _WIN32 // TODO enable build hook on Windows
244
if (hook)
245
msg += fmt(" on '%s'", hook->machineName);
0 commit comments