me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -376,7 +376,8 @@ type '<elpa-package>'."
(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