mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
gnu-smalltalk: fix build
disable format hardening
This commit is contained in:
parent
df05618f2a
commit
e5d9c16f2a
@ -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