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(
|
auto resolvedGoal = worker.makeDerivationGoal(
|
||||||
pathResolved, wantedOutputs,
|
pathResolved, wantedOutputs, buildMode);
|
||||||
buildMode == bmRepair ? bmRepair : bmNormal);
|
|
||||||
addWaitee(resolvedGoal);
|
addWaitee(resolvedGoal);
|
||||||
|
|
||||||
state = &DerivationGoal::resolvedFinished;
|
state = &DerivationGoal::resolvedFinished;
|
||||||
|
|
Loading…
Reference in a new issue