git: respect $SSL_CERT_FILE

This allows git to work on systems without
/etc/ssl/certs/ca-certificates.crt, such as OS X, instead of failing
with "error setting certificate verify locations".
This commit is contained in:
Nathan Zadoks
2016-04-12 11:47:56 +02:00
parent dddb62d3e3
commit 9eced61d2a
2 changed files with 12 additions and 0 deletions
@@ -27,6 +27,7 @@ stdenv.mkDerivation {
./symlinks-in-bin.patch
./git-sh-i18n.patch
./ssh-path.patch
./ssl-cert-file.patch
];
postPatch = ''