summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
Diffstat (limited to 'guix')
-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