download: Pass 'http_proxy' et al. to git, hg, etc.
authorLudovic Courtès <ludovic.courtes@inria.fr>
Thu, 5 Sep 2019 15:05:08 +0000 (17:05 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 5 Sep 2019 16:33:30 +0000 (18:33 +0200)
commit67c2db17bc29e483dbaffbee246c910a617744c6
treec01aeb0a5fa9d22338cbdfe6aa501299371d4990
parentd5508458406fcd8c95289afb3097ab951173827f
download: Pass 'http_proxy' et al. to git, hg, etc.

This allows 'git-fetch' etc. origins to honor the proxy and locale of
the daemon.

* guix/bzr-download.scm (bzr-fetch): Pass #:leaked-env-vars to
'gexp->derivation'.
* guix/cvs-download.scm (cvs-fetch): Likewise.
* guix/git-download.scm (git-fetch): Likewise.
* guix/hg-download.scm (hg-fetch): Likewise.
* guix/svn-download.scm (svn-multi-fetch): Likewise.
guix/bzr-download.scm
guix/cvs-download.scm
guix/git-download.scm
guix/hg-download.scm
guix/svn-download.scm