From 881385dbcbfbf0552ea427a864a71174e08b0a52 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sun, 21 May 2017 17:32:33 +0200 Subject: linuxPackages.phc-intel: remove use of features.grsecurity I believe this is the final reference to features.grsecurity. See also e6c65ecb12c58cfa043d9cfa6db31b9920603588 --- pkgs/os-specific/linux/phc-intel/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkgs/os-specific/linux/phc-intel') diff --git a/pkgs/os-specific/linux/phc-intel/default.nix b/pkgs/os-specific/linux/phc-intel/default.nix index 85edfa41fa2..949350b8944 100644 --- a/pkgs/os-specific/linux/phc-intel/default.nix +++ b/pkgs/os-specific/linux/phc-intel/default.nix @@ -3,8 +3,6 @@ assert stdenv.isLinux; # Don't bother with older versions, though some might even work: assert stdenv.lib.versionAtLeast kernel.version "4.10"; -# Disable on grsecurity kernels, which break module building: -assert !kernel.features ? grsecurity; let release = "0.4.0"; -- cgit 1.4.1