mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
go1.7: patch test to work with recent tzdata
This commit is contained in:
parent
08314598bb
commit
e6a5ab85b4
1 changed files with 7 additions and 0 deletions
|
@ -107,6 +107,13 @@ stdenv.mkDerivation rec {
|
|||
[ ./remove-tools-1.7.patch
|
||||
./cacert-1.7.patch
|
||||
./creds-test.patch
|
||||
|
||||
# This test checks for the wrong thing with recent tzdata. It's been fixed in master but the patch
|
||||
# actually works on old versions too.
|
||||
(fetchpatch {
|
||||
url = "https://github.com/golang/go/commit/91563ced5897faf729a34be7081568efcfedda31.patch";
|
||||
sha256 = "1ny5l3f8a9dpjjrnjnsplb66308a0x13sa0wwr4j6yrkc8j4qxqi";
|
||||
})
|
||||
];
|
||||
|
||||
SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt";
|
||||
|
|
Loading…
Reference in a new issue