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
@@ -1,7 +1,5 @@
{ stdenv, kernel, perl }:
assert (!(kernel.features.grsecurity or false));
let
baseBuildFlags = [ "INSTALL_HDR_PATH=$(out)" "headers_install" ];
in stdenv.mkDerivation {