From 179ae282e07adc3975dd4e3198db47fd1185b408 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Sun, 7 Feb 2016 19:59:43 +0000 Subject: [PATCH] go_1_4: turn off all hardening --- pkgs/development/compilers/go/1.4.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.