Use wantOutput
Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
parent
187dc080a2
commit
50c229ad9a
1 changed files with 1 additions and 1 deletions
|
@ -2613,7 +2613,7 @@ DrvOutputs LocalDerivationGoal::registerOutputs()
|
|||
signRealisation(thisRealisation);
|
||||
worker.store.registerDrvOutput(thisRealisation);
|
||||
}
|
||||
if (wantedOutputs.empty() || wantedOutputs.count(outputName))
|
||||
if (wantOutput(outputName, wantedOutputs))
|
||||
builtOutputs.emplace(thisRealisation.id, thisRealisation);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue