Skip to content

Commit

Permalink
go: remove ssl certs patches
Browse files Browse the repository at this point in the history
Those are not needed since we now use a standard location to store our
bundles.

See bfebc73
  • Loading branch information
zimbatm committed Feb 26, 2016
1 parent 53ea7de commit 58dbaf6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
1 change: 0 additions & 1 deletion pkgs/development/compilers/go/1.4.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ stdenv.mkDerivation rec {
'';

patches = [
./cacert-1.4.patch
./remove-tools-1.4.patch
];

Expand Down
1 change: 0 additions & 1 deletion pkgs/development/compilers/go/1.5.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ stdenv.mkDerivation rec {
'';

patches = [
./cacert-1.5.patch
./remove-tools-1.5.patch
]
# -ldflags=-s is required to compile on Darwin, see
Expand Down
14 changes: 0 additions & 14 deletions pkgs/development/compilers/go/cacert-1.4.patch

This file was deleted.

8 changes: 0 additions & 8 deletions pkgs/development/compilers/go/cacert-1.5.patch

This file was deleted.

0 comments on commit 58dbaf6

Please sign in to comment.