mirror of
https://github.com/NixOS/nix.git
synced 2025-11-20 17:29:36 +01:00
parent
4c737abe3e
commit
25b24a5542
1 changed files with 1 additions and 1 deletions
|
|
@ -1189,7 +1189,7 @@ void DerivationGoal::outputsSubstituted()
|
||||||
for (auto & i : drv->inputSrcs) {
|
for (auto & i : drv->inputSrcs) {
|
||||||
if (worker.store.isValidPath(i)) continue;
|
if (worker.store.isValidPath(i)) continue;
|
||||||
if (!settings.useSubstitutes)
|
if (!settings.useSubstitutes)
|
||||||
throw Error(format("dependency of '%1%' of '%2%' does not exist, and substitution is disabled")
|
throw Error(format("dependency '%1%' of '%2%' does not exist, and substitution is disabled")
|
||||||
% i % drvPath);
|
% i % drvPath);
|
||||||
addWaitee(worker.makeSubstitutionGoal(i));
|
addWaitee(worker.makeSubstitutionGoal(i));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue