lol

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

I believe this is the final reference to features.grsecurity.
See also e6c65ecb12c58cfa043d9cfa6db31b9920603588

-2
-2
pkgs/os-specific/linux/phc-intel/default.nix
··· 3 3 assert stdenv.isLinux; 4 4 # Don't bother with older versions, though some might even work: 5 5 assert stdenv.lib.versionAtLeast kernel.version "4.10"; 6 - # Disable on grsecurity kernels, which break module building: 7 - assert !kernel.features ? grsecurity; 8 6 9 7 let 10 8 release = "0.4.0";