mirror of
https://github.com/NixOS/nix.git
synced 2024-11-26 00:32:28 +00:00
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 New Issue
Block a user