summary refs log tree commit diff
path: root/pkgs/development/compilers/go/1.4.nix
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-01-23 21:19:59 +0000
committerRobin Gloster <mail@glob.in>2016-01-30 16:36:57 +0000
commitf6d3b7a2ae01ccd9934a6437915acd3eade2a184 (patch)
treef15dfb4b4378ceed1b0225290b2562fccdea719b /pkgs/development/compilers/go/1.4.nix
parent954e9903adc837c201a7bd70eede50d874aadbf6 (diff)
downloadnixlib-f6d3b7a2ae01ccd9934a6437915acd3eade2a184.tar
nixlib-f6d3b7a2ae01ccd9934a6437915acd3eade2a184.tar.gz
nixlib-f6d3b7a2ae01ccd9934a6437915acd3eade2a184.tar.bz2
nixlib-f6d3b7a2ae01ccd9934a6437915acd3eade2a184.tar.lz
nixlib-f6d3b7a2ae01ccd9934a6437915acd3eade2a184.tar.xz
nixlib-f6d3b7a2ae01ccd9934a6437915acd3eade2a184.tar.zst
nixlib-f6d3b7a2ae01ccd9934a6437915acd3eade2a184.zip
switch hardening flags
Diffstat (limited to 'pkgs/development/compilers/go/1.4.nix')
-rw-r--r--pkgs/development/compilers/go/1.4.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/go/1.4.nix b/pkgs/development/compilers/go/1.4.nix
index fdfc9d456466..0d2d2ae2857b 100644
--- a/pkgs/development/compilers/go/1.4.nix
+++ b/pkgs/development/compilers/go/1.4.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ pcre ];
   propagatedBuildInputs = lib.optional stdenv.isDarwin Security;
 
-  noHardening_all = true;
+  #hardening_all = false;
 
   # I'm not sure what go wants from its 'src', but the go installation manual
   # describes an installation keeping the src.