3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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:
Guillaume Le Vaillant 2020-09-15 10:58:14 +02:00
parent c83618e6ab
commit d9bdde740b
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -635,6 +635,9 @@ from other CLXes around the net.")
antialiased TrueType font rendering using CLX and XRender extension.")
(license license:expat))))
(define-public cl-clx-truetype
(sbcl-package->cl-source-package sbcl-clx-truetype))
(define-public sbcl-slynk
(let ((revision "3")
;; Update together with emacs-sly.
@ -5169,6 +5172,9 @@ be faster and more extensible than Optima.")
(home-page "https://github.com/guicho271828/trivia")
(license license:llgpl))))
(define-public cl-trivia.trivial
(sbcl-package->cl-source-package sbcl-trivia.trivial))
(define-public sbcl-trivia
(package
(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.")
(license license:bsd-3))))
(define-public cl-xmlspam
(sbcl-package->cl-source-package sbcl-cl-xmlspam))
(define-public sbcl-dbus
(let ((commit "24b452df3a45ca5dc95015500f34baad175c981a")
(revision "1"))
@ -6693,6 +6702,9 @@ computer known.")
(home-page "https://common-lisp.net/project/antik/")
(license license:gpl3))))
(define-public cl-antik-base
(sbcl-package->cl-source-package sbcl-antik-base))
(define-public sbcl-gsll
(let ((commit "1a8ada22f9cf5ed7372d352b2317f4ccdb6ab308")
(revision "1"))