From 051662610104c2c57b89783084b9f31f5e978c71 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Sat, 30 Jan 2016 14:33:22 +0000 Subject: [PATCH] go: turn off all hardening --- pkgs/development/compilers/go/1.5.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/go/1.5.nix b/pkgs/development/compilers/go/1.5.nix index 4928bacaebd..d64b9a1d11c 100644 --- a/pkgs/development/compilers/go/1.5.nix +++ b/pkgs/development/compilers/go/1.5.nix @@ -29,7 +29,7 @@ stdenv.mkDerivation rec { Security Foundation ]; - 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.