mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-23 14:36:16 +02:00
Update src/libstore/build.cc
Thanks for catching, @regnat.
This commit is contained in:
parent
8eb73a8724
commit
421ed527c7
1 changed files with 1 additions and 2 deletions
|
@ -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