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
@@ -26,6 +26,5 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ viric fpletz ];
platforms = with stdenv.lib.platforms; linux;
broken = (kernel.features.grsecurity or false);
};
}