linuxPackages.phc-intel: remove use of features.grsecurity

I believe this is the final reference to features.grsecurity.
See also e6c65ecb12c58cfa043d9cfa6db31b9920603588
This commit is contained in:
Joachim Fasting 2017-05-21 17:32:33 +02:00
parent 57b77e9617
commit 881385dbcb
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

@ -3,8 +3,6 @@
assert stdenv.isLinux;
# Don't bother with older versions, though some might even work:
assert stdenv.lib.versionAtLeast kernel.version "4.10";
# Disable on grsecurity kernels, which break module building:
assert !kernel.features ? grsecurity;
let
release = "0.4.0";