prl-tools: hardeningDisable: +"format"
This commit is contained in:
parent
019cbdaa6a
commit
029b44db9d
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1jwzwif69qlhmfky9kigjaxpxfj0lyrl1iyrpqy4iwqvajdgbbym";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "pic" ];
|
||||
hardeningDisable = [ "pic" "format" ];
|
||||
|
||||
# also maybe python2 to generate xorg.conf
|
||||
nativeBuildInputs = [ p7zip undmg ] ++ lib.optionals (!libsOnly) [ makeWrapper ];
|
||||
|
Loading…
Reference in New Issue
Block a user