From bd0b68f59a023a6626d40398147b04ea9f59c517 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Wed, 24 Aug 2016 16:52:16 +0200 Subject: [PATCH] go_1_7: disable all hardening --- pkgs/development/compilers/go/1.7.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/compilers/go/1.7.nix b/pkgs/development/compilers/go/1.7.nix index 61d6a5e83917..a65b1dd6b78f 100644 --- a/pkgs/development/compilers/go/1.7.nix +++ b/pkgs/development/compilers/go/1.7.nix @@ -31,6 +31,8 @@ stdenv.mkDerivation rec { Security Foundation ]; + hardeningDisable = [ "all" ]; + # I'm not sure what go wants from its 'src', but the go installation manual # describes an installation keeping the src. preUnpack = ''