mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
picat: disable format hardening
This commit is contained in:
parent
878e24b35a
commit
e7be1168ba
@ -12,6 +12,8 @@ stdenv.mkDerivation {
|
||||
else if stdenv.system == "x86_64-linux" then "linux64"
|
||||
else throw "Unsupported system";
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
buildPhase = ''
|
||||
cd emu
|
||||
make -f Makefile.picat.$ARCH
|
||||
|
Loading…
Reference in New Issue
Block a user