guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: import: elpa: 'elpa->guix-package' accepts other keyword argument


From: guix-commits
Subject: 03/07: import: elpa: 'elpa->guix-package' accepts other keyword arguments.
Date: Thu, 4 May 2023 07:12:10 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 8e065692c27a71cf9ba81401049c27ab39894560
Author: Ludovic Courtès <ludo@gnu.org>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]