gnu-smalltalk: fix build

disable format hardening
This commit is contained in:
Uli Baum 2018-09-05 23:01:15 +02:00
parent df05618f2a
commit e5d9c16f2a

View file

@ -34,6 +34,8 @@ in stdenv.mkDerivation rec {
configureFlags = stdenv.lib.optional (!emacsSupport) "--without-emacs";
hardeningDisable = [ "format" ];
installFlags = stdenv.lib.optional emacsSupport "lispdir=$(out)/share/emacs/site-lisp";
# For some reason the tests fail if executated with nix-build, but pass if