linuxPackages.prl-tools: disable pic hardening

This commit is contained in:
Franz Pletz 2016-08-13 16:40:42 +02:00
parent f55fd87c8a
commit 62e6bc0bd9

View file

@ -47,6 +47,8 @@ stdenv.mkDerivation rec {
'';
};
hardeningDisable = [ "pic" ];
# also maybe python2 to generate xorg.conf
nativeBuildInputs = [ p7zip ] ++ lib.optionals (!libsOnly) [ makeWrapper ];