mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
hardeningDisable = [ "format" "pic" ];
|
||||
|
||||
# Building
|
||||
preConfigure = ''
|
||||
|
Loading…
Reference in New Issue
Block a user