mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: sbcl-slime-swank: Remove reference to unbound variable.
Fixes a regression introduced in commit
c4d4ae1e16
.
* gnu/packages/lisp.scm (sbcl-slime-swank)[license]: Remove extra 'license'.
This commit is contained in:
parent
b1e6b93805
commit
0ee6692a63
1 changed files with 1 additions and 1 deletions
|
@ -2256,7 +2256,7 @@ (define-public sbcl-slime-swank
|
|||
"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"))
|
||||
|
|
Loading…
Reference in a new issue