guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: Add cl-paths-ttf.


From: guix-commits
Subject: 03/08: gnu: Add cl-paths-ttf.
Date: Sun, 5 Jan 2020 14:45:36 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0dbd7c3c0baaf800c426ca46ce73a565ef339038
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 4 22:52:26 2020 +0100

    gnu: Add cl-paths-ttf.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-paths-ttf, ecl-cl-paths-ttf,
    cl-paths-ttf): New variables.
---
 gnu/packages/lisp-xyz.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 34e8cd5..e9297f3 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -443,6 +443,25 @@ paths.")))
 (define-public cl-paths
   (sbcl-package->cl-source-package sbcl-cl-paths))
 
+(define-public sbcl-cl-paths-ttf
+  (package
+    (inherit sbcl-cl-aa)
+    (name "sbcl-cl-paths-ttf")
+    (arguments '(#:asd-file "cl-paths-ttf.asd"))
+    (inputs
+     `(("cl-paths" ,sbcl-cl-paths)
+       ("zpb-ttf" ,sbcl-zpb-ttf)))
+    (synopsis "Facilities to create and manipulate vectorial paths")
+    (description
+     "This package provides facilities to create and manipulate vectorial
+paths.")))
+
+(define-public ecl-cl-paths-ttf
+  (sbcl-package->ecl-package sbcl-cl-paths-ttf))
+
+(define-public cl-paths-ttf
+  (sbcl-package->cl-source-package sbcl-cl-paths-ttf))
+
 (define-public sbcl-clx
   (package
     (name "sbcl-clx")



reply via email to

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