picat: disable format hardening

This commit is contained in:
Robin Gloster 2016-05-31 12:57:28 +00:00
parent 878e24b35a
commit e7be1168ba

View file

@ -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