forked from lix-project/lix
Update src/libstore/build.cc
Thanks for catching, @regnat.
This commit is contained in:
parent
8eb73a8724
commit
421ed527c7
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue