summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-02-26 12:32:33 -0600
committerGraham Christensen <graham@grahamc.com>2016-02-26 12:32:33 -0600
commit8132a5ae76106dc8425a58d8a611e0cc804b3070 (patch)
tree61fcb315b76b29a082fee593c3f5ac97f919a694 /pkgs/development/compilers
parent2c7e5a6d8eba8b18269c452e84b9241f9aa4eefd (diff)
downloadnixlib-8132a5ae76106dc8425a58d8a611e0cc804b3070.tar
nixlib-8132a5ae76106dc8425a58d8a611e0cc804b3070.tar.gz
nixlib-8132a5ae76106dc8425a58d8a611e0cc804b3070.tar.bz2
nixlib-8132a5ae76106dc8425a58d8a611e0cc804b3070.tar.lz
nixlib-8132a5ae76106dc8425a58d8a611e0cc804b3070.tar.xz
nixlib-8132a5ae76106dc8425a58d8a611e0cc804b3070.tar.zst
nixlib-8132a5ae76106dc8425a58d8a611e0cc804b3070.zip
go-1.6: remove the cacert 1.5 patch
Removed in https://github.com/NixOS/nixpkgs/commit/58dbaf69b7abd7a3483d47bd4eede02d68fcdc78
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/go/1.6.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/compilers/go/1.6.nix b/pkgs/development/compilers/go/1.6.nix
index cb1d396f50a1..122f0d336f71 100644
--- a/pkgs/development/compilers/go/1.6.nix
+++ b/pkgs/development/compilers/go/1.6.nix
@@ -90,7 +90,6 @@ stdenv.mkDerivation rec {
   '';
 
   patches = [
-    ./cacert-1.5.patch
     ./remove-tools-1.5.patch
   ]
   # -ldflags=-s is required to compile on Darwin, see