curl, git: Fix curl default CA, let git use it

Improve patching of curl to use NIX_SSL_CERT_FILE as default CA
Remove patches from git, as git uses curl and passes its environment
variables to curl.
This commit is contained in:
Guillaume Maudoux
2017-03-22 11:22:53 +01:00
parent 1b0d9e9ae6
commit 525a663174
3 changed files with 27 additions and 19 deletions
@@ -30,7 +30,6 @@ stdenv.mkDerivation {
./symlinks-in-bin.patch
./git-sh-i18n.patch
./ssh-path.patch
./ssl-cert-file.patch
];
postPatch = ''