pharo-vm: Disable "pic" hardening
Compiling the Pharo VM with "pic" hardening causes segmentation faults on startup of pharo-launcher. Resolves NixOS/nixpkgs#24541.
This commit is contained in:
parent
a77571399d
commit
c77a54d79f
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
mimeType = "application/x-pharo-image";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
hardeningDisable = [ "format" "pic" ];
|
||||
|
||||
# Building
|
||||
preConfigure = ''
|
||||
|
Loading…
Reference in New Issue
Block a user