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:
parent
8310f66a92
commit
4ac5792c71
|
@ -40,6 +40,7 @@ rec {
|
||||||
args = [ ./scripts/download.sh ];
|
args = [ ./scripts/download.sh ];
|
||||||
outputHashAlgo = "sha1";
|
outputHashAlgo = "sha1";
|
||||||
outputHash = sha1;
|
outputHash = sha1;
|
||||||
|
impureEnvVars = [ "http_proxy" "https_proxy" "ftp_proxy" "all_proxy" "no_proxy" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# This function downloads and unpacks a file.
|
# This function downloads and unpacks a file.
|
||||||
|
|
Loading…
Reference in a new issue