dlx: disable format hardening

This commit is contained in:
Robin Gloster 2016-08-04 07:25:56 +00:00
parent 46323899bc
commit 7e81a4294d

View file

@ -12,6 +12,8 @@ stdenv.mkDerivation {
makeFlags = "LINK=gcc CFLAGS=-O2";
hardeningDisable = [ "format" ];
installPhase = ''
mkdir -p $out/include/dlx $out/share/dlx/{examples,doc} $out/bin
mv -v masm mon dasm $out/bin/