linuxPackages.virtualboxGuestAdditions: fix with grsecurity
This commit is contained in:
parent
ff980cc553
commit
2d0c1c6a7c
@ -19,12 +19,13 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
hardeningDisable = [ "pic" ];
|
hardeningDisable = [ "pic" ];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
|
||||||
|
|
||||||
buildInputs = [ patchelf cdrkit makeWrapper dbus ];
|
buildInputs = [ patchelf cdrkit makeWrapper dbus ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
cp -r install/* $out
|
cp -r install/* $out
|
||||||
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildCommand = with xorg; ''
|
buildCommand = with xorg; ''
|
||||||
@ -139,6 +140,5 @@ stdenv.mkDerivation {
|
|||||||
license = "GPL";
|
license = "GPL";
|
||||||
maintainers = [ lib.maintainers.sander ];
|
maintainers = [ lib.maintainers.sander ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
broken = kernel.features.grsecurity or false;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user