mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
linuxPackages.prl-tools: disable pic hardening
This commit is contained in:
parent
f55fd87c8a
commit
62e6bc0bd9
@ -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 New Issue
Block a user