civodul pushed a commit to branch master
in repository guix.
commit 8e065692c27a71cf9ba81401049c27ab39894560
Author: Ludovic Courtès <[email protected]>
AuthorDate: Thu May 4 12:28:49 2023 +0200
import: elpa: 'elpa->guix-package' accepts other keyword arguments.
This is a followup to 3c24da4260f28b4ed57efda0296688a50ac94628.
* guix/import/elpa.scm (elpa->guix-package): Add #:allow-other-keys.
---
guix/import/elpa.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/guix/import/elpa.scm b/guix/import/elpa.scm
index 8ebebcafb3..7285500775 100644
--- a/guix/import/elpa.scm
+++ b/guix/import/elpa.scm
@@ -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