mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
linuxPackages.spl: now builds against grsecurity kernel
This commit is contained in:
parent
0df3553a38
commit
6d428242a9
1 changed files with 0 additions and 1 deletions
|
@ -60,6 +60,5 @@ stdenv.mkDerivation rec {
|
|||
platforms = platforms.linux;
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ jcumming wizeman wkennington fpletz ];
|
||||
broken = buildKernel && (kernel.features.grsecurity or false);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue