mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
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:
parent
b571dfdb46
commit
0dbd7c3c0b
1 changed files with 19 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue