3
0
Fork 0
forked from mirrors/nixpkgs

* Downloads in the stdenv bootstrap should respect the user's proxy

settings.  Contributed by Jeevakan Suresh.

svn path=/nixpkgs/trunk/; revision=13289
This commit is contained in:
Eelco Dolstra 2008-11-14 10:51:17 +00:00
parent 8310f66a92
commit 4ac5792c71

View file

@ -40,6 +40,7 @@ rec {
args = [ ./scripts/download.sh ];
outputHashAlgo = "sha1";
outputHash = sha1;
impureEnvVars = [ "http_proxy" "https_proxy" "ftp_proxy" "all_proxy" "no_proxy" ];
};
# This function downloads and unpacks a file.