add OPENSSL_X509_CERT_FILE to the git command environment

This commit is contained in:
Paul Woolcock 2014-06-16 21:53:40 -04:00
parent 6025caa92b
commit 88b5578a57

View File

@ -82,6 +82,10 @@ stdenv.mkDerivation {
# gitweb.cgi, need to patch so that it's found
sed -i -e "s|'compressor' => \['gzip'|'compressor' => ['${gzip}/bin/gzip'|" \
$out/share/gitweb/gitweb.cgi
wrapProgram $out/bin/git \
--set GIT_SSL_CAINFO "\$OPENSSL_X509_CERT_FILE"
''
+ (if svnSupport then