summary refs log tree commit diff
path: root/pkgs/development/compilers/go/1.4.nix
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2015-12-23 02:59:47 +0100
committerRobin Gloster <mail@glob.in>2016-01-30 16:36:57 +0000
commit954e9903adc837c201a7bd70eede50d874aadbf6 (patch)
tree2e73f91504f4970cb2ae6bdb08115267eb634ced /pkgs/development/compilers/go/1.4.nix
parentc5f092c6a7f20ddca7d1b2ddc2cb8eb6b02d2eaf (diff)
downloadnixpkgs-954e9903adc837c201a7bd70eede50d874aadbf6.tar
nixpkgs-954e9903adc837c201a7bd70eede50d874aadbf6.tar.gz
nixpkgs-954e9903adc837c201a7bd70eede50d874aadbf6.tar.bz2
nixpkgs-954e9903adc837c201a7bd70eede50d874aadbf6.tar.lz
nixpkgs-954e9903adc837c201a7bd70eede50d874aadbf6.tar.xz
nixpkgs-954e9903adc837c201a7bd70eede50d874aadbf6.tar.zst
nixpkgs-954e9903adc837c201a7bd70eede50d874aadbf6.zip
Use a hardened stdenv by default
Diffstat (limited to 'pkgs/development/compilers/go/1.4.nix')
-rw-r--r--pkgs/development/compilers/go/1.4.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/compilers/go/1.4.nix b/pkgs/development/compilers/go/1.4.nix
index d2500169744..fdfc9d45646 100644
--- a/pkgs/development/compilers/go/1.4.nix
+++ b/pkgs/development/compilers/go/1.4.nix
@@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
   buildInputs = [ pcre ];
   propagatedBuildInputs = lib.optional stdenv.isDarwin Security;
 
+  noHardening_all = true;
+
   # I'm not sure what go wants from its 'src', but the go installation manual
   # describes an installation keeping the src.
   preUnpack = ''