prl-tools: hardeningDisable: +"format"

This commit is contained in:
Luke Adams 2017-07-19 17:02:43 -05:00
parent 019cbdaa6a
commit 029b44db9d

View file

@ -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 ];