1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

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