mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
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:
parent
59640af1c5
commit
8e065692c2
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue