gnu: Add cl-paths-ttf.

* gnu/packages/lisp-xyz.scm (sbcl-cl-paths-ttf, ecl-cl-paths-ttf,
cl-paths-ttf): New variables.
This commit is contained in:
Ricardo Wurmus 2020-01-04 22:52:26 +01:00
parent b571dfdb46
commit 0dbd7c3c0b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -443,6 +443,25 @@ (define-public ecl-cl-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")