Remove obsolete check on system features

This commit is contained in:
Eelco Dolstra 2018-09-28 13:28:15 +02:00
parent c9ba33870e
commit 99d4bb2d4c
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -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