1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

Merge pull request #13491 from grahamc/patch-1

go-1.6: remove the cacert 1.5 patch
This commit is contained in:
zimbatm 2016-02-26 18:58:59 +00:00
commit 26b59efa8a

View file

@ -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