Merge pull request #24595 from lukego/pharo-no-pic

pharo-vm: Disable "pic" hardening
This commit is contained in:
Domen Kožar 2017-04-04 12:01:27 +02:00 committed by GitHub
commit f3dbaa7b57

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
mimeType = "application/x-pharo-image";
};
hardeningDisable = [ "format" ];
hardeningDisable = [ "format" "pic" ];
# Building
preConfigure = ''