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:
@@ -3,8 +3,6 @@
|
|||||||
assert stdenv.isLinux;
|
assert stdenv.isLinux;
|
||||||
# Don't bother with older versions, though some might even work:
|
# Don't bother with older versions, though some might even work:
|
||||||
assert stdenv.lib.versionAtLeast kernel.version "4.10";
|
assert stdenv.lib.versionAtLeast kernel.version "4.10";
|
||||||
# Disable on grsecurity kernels, which break module building:
|
|
||||||
assert !kernel.features ? grsecurity;
|
|
||||||
|
|
||||||
let
|
let
|
||||||
release = "0.4.0";
|
release = "0.4.0";
|
||||||
|
|||||||
Reference in New Issue
Block a user