summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-02-07 19:59:43 +0000
committerRobin Gloster <mail@glob.in>2016-02-07 19:59:43 +0000
commit179ae282e07adc3975dd4e3198db47fd1185b408 (patch)
tree27e92904e08700dd68409e2df1b4c545423c1f52 /pkgs
parent43545db1873a1110cd1bd9982bbcd61f3a149063 (diff)
downloadnixlib-179ae282e07adc3975dd4e3198db47fd1185b408.tar
nixlib-179ae282e07adc3975dd4e3198db47fd1185b408.tar.gz
nixlib-179ae282e07adc3975dd4e3198db47fd1185b408.tar.bz2
nixlib-179ae282e07adc3975dd4e3198db47fd1185b408.tar.lz
nixlib-179ae282e07adc3975dd4e3198db47fd1185b408.tar.xz
nixlib-179ae282e07adc3975dd4e3198db47fd1185b408.tar.zst
nixlib-179ae282e07adc3975dd4e3198db47fd1185b408.zip
go_1_4: turn off all hardening
Diffstat (limited to 'pkgs')
-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 542fcba2144d..9dadf06b3b54 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;
 
-  hardening_stackprotector = false;
+  hardening_all = false;
 
   # I'm not sure what go wants from its 'src', but the go installation manual
   # describes an installation keeping the src.