guix-commits
[Top][All Lists]
Advanced

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

branch wip-lisp updated: gnu: Add some missing CL source packages.


From: guix-commits
Subject: branch wip-lisp updated: gnu: Add some missing CL source packages.
Date: Tue, 15 Sep 2020 05:02:15 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch wip-lisp
in repository guix.

The following commit(s) were added to refs/heads/wip-lisp by this push:
     new d9bdde7  gnu: Add some missing CL source packages.
d9bdde7 is described below

commit d9bdde740bedca2232d7ff70bdc5f2b505076338
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Sep 15 10:58:14 2020 +0200

    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.
---
 gnu/packages/lisp-xyz.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 92fe484..8485b6a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -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"))



reply via email to

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