git, openssl, curl: Respect $NIX_SSL_CERT_FILE

Slightly modified version of 942dbf89c6
This commit is contained in:
Domen Kožar
2017-03-20 14:11:20 +01:00
parent 72dc9c7f80
commit c3c9412c7d
5 changed files with 35 additions and 3 deletions
@@ -19,6 +19,7 @@ let
patches =
(args.patches or [])
++ [ ./nix-ssl-cert-file.patch ]
++ optional (versionOlder version "1.1.0") ./use-etc-ssl-certs.patch
++ optional stdenv.isCygwin ./1.0.1-cygwin64.patch
++ optional