guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: sbcl-slime-swank: Remove reference to unbound variable.


From: Ludovic Courtès
Subject: 05/05: gnu: sbcl-slime-swank: Remove reference to unbound variable.
Date: Fri, 19 Oct 2018 12:38:22 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 0ee6692a63538e874ba0b4d85584a4a73b75367c
Author: Ludovic Courtès <address@hidden>
Date:   Fri Oct 19 18:34:07 2018 +0200

    gnu: sbcl-slime-swank: Remove reference to unbound variable.
    
    Fixes a regression introduced in commit
    c4d4ae1e16254a96caaeb5ccb4486f301ae4f1b7.
    
    * gnu/packages/lisp.scm (sbcl-slime-swank)[license]: Remove extra 'license'.
---
 gnu/packages/lisp.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index bc62160..89ccdb7 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -2256,7 +2256,7 @@ writing code that contains string literals that contain 
code themselves.")
      "This is only useful if you want to start a Swank server in a Lisp
 processes that doesn't run under Emacs.  Lisp processes created by
 @command{M-x slime} automatically start the server.")
-    (license (license (list license:gpl2+ license:public-domain)))))
+    (license (list license:gpl2+ license:public-domain))))
 
 (define-public sbcl-mgl-pax
   (let ((commit "818448418d6b9de74620f606f5b23033c6082769"))



reply via email to

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