mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Merge pull request #46122 from xeji/p/gnu-smalltalk
gnu-smalltalk: fix build
This commit is contained in:
commit
9a1159029c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user