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 if stdenv.system == "x86_64-linux" then "linux64"
|
||||||
else throw "Unsupported system";
|
else throw "Unsupported system";
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
cd emu
|
cd emu
|
||||||
make -f Makefile.picat.$ARCH
|
make -f Makefile.picat.$ARCH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user