mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-23 00:50:59 +00:00
virtualboxGuestAdditions: mark broken also for chromium
This commit is contained in:
@@ -139,6 +139,6 @@ stdenv.mkDerivation {
|
||||
license = "GPL";
|
||||
maintainers = [ lib.maintainers.sander ];
|
||||
platforms = lib.platforms.linux;
|
||||
broken = kernel.features.grsecurity or false;
|
||||
broken = with kernel.features; (grsecurity or false || chromiumos or false);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user