mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
spl: mark as broken on grsec kernels
All hydra builds against grsec kernels fail; non-grsec kernels succeed.
This commit is contained in:
parent
f955728295
commit
2a097803d4
@ -62,5 +62,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ jcumming wizeman wkennington ];
|
||||
broken = (kernel.features.grsecurity or false);
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user