gnu: Add some missing CL source packages.
* gnu/packages/lisp-xyz.scm (cl-clx-truetype, cl-trivia.trivial, cl-xmlspam, cl-antik-base): New variables.
This commit is contained in:
parent
c83618e6ab
commit
d9bdde740b
1 changed files with 12 additions and 0 deletions
|
|
@ -635,6 +635,9 @@ from other CLXes around the net.")
|
||||||
antialiased TrueType font rendering using CLX and XRender extension.")
|
antialiased TrueType font rendering using CLX and XRender extension.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
|
(define-public cl-clx-truetype
|
||||||
|
(sbcl-package->cl-source-package sbcl-clx-truetype))
|
||||||
|
|
||||||
(define-public sbcl-slynk
|
(define-public sbcl-slynk
|
||||||
(let ((revision "3")
|
(let ((revision "3")
|
||||||
;; Update together with emacs-sly.
|
;; Update together with emacs-sly.
|
||||||
|
|
@ -5169,6 +5172,9 @@ be faster and more extensible than Optima.")
|
||||||
(home-page "https://github.com/guicho271828/trivia")
|
(home-page "https://github.com/guicho271828/trivia")
|
||||||
(license license:llgpl))))
|
(license license:llgpl))))
|
||||||
|
|
||||||
|
(define-public cl-trivia.trivial
|
||||||
|
(sbcl-package->cl-source-package sbcl-trivia.trivial))
|
||||||
|
|
||||||
(define-public sbcl-trivia
|
(define-public sbcl-trivia
|
||||||
(package
|
(package
|
||||||
(inherit sbcl-trivia.trivial)
|
(inherit sbcl-trivia.trivial)
|
||||||
|
|
@ -5313,6 +5319,9 @@ constructs can be used interchangeably with pattern matching, and the full
|
||||||
power of CXML is available when necessary.")
|
power of CXML is available when necessary.")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
||||||
|
(define-public cl-xmlspam
|
||||||
|
(sbcl-package->cl-source-package sbcl-cl-xmlspam))
|
||||||
|
|
||||||
(define-public sbcl-dbus
|
(define-public sbcl-dbus
|
||||||
(let ((commit "24b452df3a45ca5dc95015500f34baad175c981a")
|
(let ((commit "24b452df3a45ca5dc95015500f34baad175c981a")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
|
|
@ -6693,6 +6702,9 @@ computer known.")
|
||||||
(home-page "https://common-lisp.net/project/antik/")
|
(home-page "https://common-lisp.net/project/antik/")
|
||||||
(license license:gpl3))))
|
(license license:gpl3))))
|
||||||
|
|
||||||
|
(define-public cl-antik-base
|
||||||
|
(sbcl-package->cl-source-package sbcl-antik-base))
|
||||||
|
|
||||||
(define-public sbcl-gsll
|
(define-public sbcl-gsll
|
||||||
(let ((commit "1a8ada22f9cf5ed7372d352b2317f4ccdb6ab308")
|
(let ((commit "1a8ada22f9cf5ed7372d352b2317f4ccdb6ab308")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
|
|
|
||||||
Reference in a new issue