Merge pull request #24595 from lukego/pharo-no-pic
pharo-vm: Disable "pic" hardening
This commit is contained in:
commit
f3dbaa7b57
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
mimeType = "application/x-pharo-image";
|
mimeType = "application/x-pharo-image";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" "pic" ];
|
||||||
|
|
||||||
# Building
|
# Building
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user