Merge pull request #46122 from xeji/p/gnu-smalltalk

gnu-smalltalk: fix build
This commit is contained in:
Jörg Thalheim 2018-09-05 23:46:00 +01:00 committed by GitHub
commit 9a1159029c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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