mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
rtl8812au: mark as broken on grsec kernels
All hydra builds against grsec kernels fail; builds against vanilla kernels work.
This commit is contained in:
parent
2a097803d4
commit
2182fd52ad
@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/csssuf/rtl8812au";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||
broken = (kernel.features.grsecurity or false);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user