forked from lix-project/lix
Merge branch 'ca-floating-upstream' of github.com:obsidiansystems/nix into ca-floating-upstream
This commit is contained in:
commit
02e0001fc0
|
@ -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