mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
* 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 ];
|
||||
outputHashAlgo = "sha1";
|
||||
outputHash = sha1;
|
||||
impureEnvVars = [ "http_proxy" "https_proxy" "ftp_proxy" "all_proxy" "no_proxy" ];
|
||||
};
|
||||
|
||||
# This function downloads and unpacks a file.
|
||||
|
Loading…
Reference in New Issue
Block a user