import: elpa: 'elpa->guix-package' accepts other keyword arguments.

This is a followup to 3c24da4260.

* guix/import/elpa.scm (elpa->guix-package): Add #:allow-other-keys.
This commit is contained in:
Ludovic Courtès 2023-05-04 12:28:49 +02:00
parent 59640af1c5
commit 8e065692c2
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -376,7 +376,8 @@ (define melpa-source
(license ,license))
dependencies-names))
(define* (elpa->guix-package name #:key (repo 'gnu) version)
(define* (elpa->guix-package name #:key (repo 'gnu) version
#:allow-other-keys)
"Fetch the package NAME from REPO and produce a Guix package S-expression."
(match (fetch-elpa-package name repo)
(#false