forked from lix-project/lix
Remove obsolete check on system features
This commit is contained in:
parent
c9ba33870e
commit
99d4bb2d4c
|
@ -1665,7 +1665,6 @@ HookReply DerivationGoal::tryBuildHook()
|
|||
required from the build machine. (The hook could parse the
|
||||
drv file itself, but this is easier.) */
|
||||
auto features = getStringsAttr("requiredSystemFeatures").value_or(Strings());
|
||||
for (auto & i : features) checkStoreName(i); /* !!! abuse */
|
||||
|
||||
/* Send the request to the hook. */
|
||||
worker.hook->sink
|
||||
|
|
Loading…
Reference in a new issue