linuxPackages.prl-tools: disable pic hardening
This commit is contained in:
parent
f55fd87c8a
commit
62e6bc0bd9
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
};
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
|
||||
# also maybe python2 to generate xorg.conf
|
||||
nativeBuildInputs = [ p7zip ] ++ lib.optionals (!libsOnly) [ makeWrapper ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue