mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
parent
bfbca9dacd
commit
e1395365ea
1 changed files with 1 additions and 1 deletions
|
@ -60,6 +60,6 @@ stdenv.mkDerivation rec {
|
|||
platforms = platforms.linux;
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ jcumming wizeman wkennington fpletz ];
|
||||
broken = buildKernel && kernel.features.grsecurity;
|
||||
broken = buildKernel && (kernel.features.grsecurity or false);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue