aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/compilers/gnu-smalltalk
diff options
context:
space:
mode:
authorUli Baum <xeji@cat3.de>2018-09-05 23:01:15 +0200
committerUli Baum <xeji@cat3.de>2018-09-05 23:01:15 +0200
commite5d9c16f2a046ccc063683e57e1fca5f931c0b91 (patch)
treeea0bc8419fa27fd4b08fd058206e1b01b84b7bd2 /pkgs/development/compilers/gnu-smalltalk
parentdf05618f2a075c2c727bdcb6d44741d5d5c2ef16 (diff)
gnu-smalltalk: fix build
disable format hardening
Diffstat (limited to 'pkgs/development/compilers/gnu-smalltalk')
-rw-r--r--pkgs/development/compilers/gnu-smalltalk/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/compilers/gnu-smalltalk/default.nix b/pkgs/development/compilers/gnu-smalltalk/default.nix
index 21c0a5ede91b..39d1652fc700 100644
--- a/pkgs/development/compilers/gnu-smalltalk/default.nix
+++ b/pkgs/development/compilers/gnu-smalltalk/default.nix
@@ -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