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:
parent
57b77e9617
commit
881385dbcb
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user