tree-wide: remove uses of features.grsecurity

This commit is contained in:
Joachim Fasting
2017-05-14 15:08:51 +02:00
parent f7580a1f06
commit e6c65ecb12
8 changed files with 4 additions and 15 deletions
@@ -31,7 +31,6 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.bjornfor ];
broken =
(builtins.compareVersions kernel.version "3.18" == -1) ||
(kernel.features.grsecurity or false) ||
(kernel.features.chromiumos or false);
};