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

I believe this is the final reference to features.grsecurity.
See also e6c65ecb12
This commit is contained in:
Joachim Fasting
2017-05-21 17:32:33 +02:00
parent 57b77e9617
commit 881385dbcb

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";