diff options
| -rw-r--r-- | guix/download.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guix/download.scm b/guix/download.scm index 3e4024fe1f0..6b0349402a5 100644 --- a/guix/download.scm +++ b/guix/download.scm | |||
| @@ -271,6 +271,9 @@ in the store." | |||
| 271 | (guix build utils) | 271 | (guix build utils) |
| 272 | (guix ftp-client)) | 272 | (guix ftp-client)) |
| 273 | 273 | ||
| 274 | ;; Honor the user's proxy settings. | ||
| 275 | #:leaked-env-vars '("http_proxy" "https_proxy") | ||
| 276 | |||
| 274 | ;; In general, offloading downloads is not a good idea. | 277 | ;; In general, offloading downloads is not a good idea. |
| 275 | ;;#:local-build? #t | 278 | ;;#:local-build? #t |
| 276 | ;; FIXME: The above would also disable use of | 279 | ;; FIXME: The above would also disable use of |
