Skip to content
Snippets Groups Projects
Commit c6cb82f5 authored by Eric Bavier's avatar Eric Bavier
Browse files

import: gnu: Propagate the key-download argument.

* guix/import/gnu.scm (gnu->guix-package): Pass the key-download
  argument on to gnu-package->sexp.
parent 927d4d9b
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ (define* (gnu->guix-package name
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment