download: Use the new 'derivation' calling convention.
* guix/download.scm (built-in-download): Pass MIRRORS and CONTENT-ADDRESSED-MIRRORS as #:sources, not #:inputs.
This commit is contained in:
parent
266e54e2ac
commit
02237f13ee
|
@ -432,8 +432,7 @@ download by itself using its own dependencies."
|
||||||
#:system system
|
#:system system
|
||||||
#:hash-algo hash-algo
|
#:hash-algo hash-algo
|
||||||
#:hash hash
|
#:hash hash
|
||||||
#:inputs `((,mirrors)
|
#:sources (list mirrors content-addressed-mirrors)
|
||||||
(,content-addressed-mirrors))
|
|
||||||
|
|
||||||
;; Honor the user's proxy and locale settings.
|
;; Honor the user's proxy and locale settings.
|
||||||
#:leaked-env-vars '("http_proxy" "https_proxy"
|
#:leaked-env-vars '("http_proxy" "https_proxy"
|
||||||
|
|
Loading…
Reference in New Issue