mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
virtualboxGuestAdditions: mark as broken on grsecurity
(cherry picked from commit 4821fa2d19
)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
d199d5041a
commit
5d1db88a7c
@ -139,5 +139,6 @@ stdenv.mkDerivation {
|
||||
license = "GPL";
|
||||
maintainers = [ lib.maintainers.sander ];
|
||||
platforms = lib.platforms.linux;
|
||||
broken = kernel.features.grsecurity or false;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user