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:
Eric Bavier 2015-01-07 17:01:17 -06:00
parent 927d4d9bd8
commit c6cb82f5d5
1 changed files with 1 additions and 1 deletions

View File

@ -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