~ruther/guix-local

c6cb82f5d5739fcc84281e5dc91076c37f1db89c — Eric Bavier 11 years ago 927d4d9
import: gnu: Propagate the key-download argument.

* guix/import/gnu.scm (gnu->guix-package): Pass the key-download
  argument on to gnu-package->sexp.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/import/gnu.scm
M guix/import/gnu.scm => guix/import/gnu.scm +1 -1
@@ 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