import: gnu: Propagate the key-download argument.
* guix/import/gnu.scm (gnu->guix-package): Pass the key-download argument on to gnu-package->sexp.
This commit is contained in:
parent
927d4d9bd8
commit
c6cb82f5d5
|
@ -102,7 +102,7 @@ details.)"
|
|||
(let ((version (gnu-release-version release)))
|
||||
(match (find-packages (regexp-quote name))
|
||||
((info . _)
|
||||
(gnu-package->sexp info release))
|
||||
(gnu-package->sexp info release #:key-download key-download))
|
||||
(()
|
||||
(raise (condition
|
||||
(&message
|
||||
|
|
Loading…
Reference in New Issue