From 8e065692c27a71cf9ba81401049c27ab39894560 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 4 May 2023 12:28:49 +0200 Subject: 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(-) (limited to 'guix') 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 @@ (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 -- cgit v1.2.3