mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
linuxPackages.virtualboxGuestAdditions: fix with grsecurity
This commit is contained in:
parent
ff980cc553
commit
2d0c1c6a7c
@ -19,12 +19,13 @@ stdenv.mkDerivation {
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
|
||||
|
||||
buildInputs = [ patchelf cdrkit makeWrapper dbus ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp -r install/* $out
|
||||
|
||||
'';
|
||||
|
||||
buildCommand = with xorg; ''
|
||||
@ -139,6 +140,5 @@ 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