summary refs log tree commit diff
path: root/guix/import
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-05-04 12:28:49 +0200
committerLudovic Courtès <ludo@gnu.org>2023-05-04 13:09:00 +0200
commit8e065692c27a71cf9ba81401049c27ab39894560 (patch)
tree007c4b9fb9e8015e4b3704324076087f6e2ce47b /guix/import
parent59640af1c5348bde628157d265c81f5f9a9bf19f (diff)
downloadguix-8e065692c27a71cf9ba81401049c27ab39894560.tar.gz
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.
Diffstat (limited to 'guix/import')
-rw-r--r--guix/import/elpa.scm3
1 files changed, 2 insertions, 1 deletions
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