Merge pull request #306928 from ramboman/fix-fetchers-proxy-vars

lib.fetchers: Add uppercase proxy environment variables
This commit is contained in:
Pol Dellaiera 2024-05-14 10:27:11 +02:00 committed by GitHub
commit e6952e37ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,7 @@
# derivation like fetchurl is allowed to do so since its result is
# by definition pure.
"http_proxy" "https_proxy" "ftp_proxy" "all_proxy" "no_proxy"
"HTTP_PROXY" "HTTPS_PROXY" "FTP_PROXY" "ALL_PROXY" "NO_PROXY"
];
}