fetchhg: pass proxyvars to hg

This commit is contained in:
Edward Tjörnhammar
2015-04-28 22:44:57 +02:00
parent cb8f111a72
commit 4256ab778a
+4
View File
@@ -6,6 +6,10 @@ stdenv.mkDerivation {
builder = ./builder.sh; builder = ./builder.sh;
buildInputs = [mercurial]; buildInputs = [mercurial];
impureEnvVars = [
"http_proxy" "https_proxy" "ftp_proxy" "all_proxy" "no_proxy"
];
# Nix <= 0.7 compatibility. # Nix <= 0.7 compatibility.
id = md5; id = md5;