Update src/libstore/build.cc
Thanks for catching, @regnat.
This commit is contained in:
@@ -1477,8 +1477,7 @@ void DerivationGoal::inputsRealised()
|
||||
});
|
||||
|
||||
auto resolvedGoal = worker.makeDerivationGoal(
|
||||
pathResolved, wantedOutputs,
|
||||
buildMode == bmRepair ? bmRepair : bmNormal);
|
||||
pathResolved, wantedOutputs, buildMode);
|
||||
addWaitee(resolvedGoal);
|
||||
|
||||
state = &DerivationGoal::resolvedFinished;
|
||||
|
||||
Reference in New Issue
Block a user