mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
Merge pull request #2989 from pwoolcoc/git-cacert-path
add OPENSSL_X509_CERT_FILE to the `git` command environment
This commit is contained in:
commit
ae8e54c64b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue