mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sbcl-cl-vectors: Build all subsystems.
* gnu/packages/lisp-xyz.scm (sbcl-cl-vectors)[arguments]: Build cl-paths, cl-aa and cl-aa-misc as well.
This commit is contained in:
parent
4f64d30b5d
commit
f0ebbe1598
1 changed files with 4 additions and 1 deletions
|
@ -1639,7 +1639,10 @@ reading and writing.")
|
||||||
`(("zpb-ttf" ,sbcl-zpb-ttf)))
|
`(("zpb-ttf" ,sbcl-zpb-ttf)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:asd-systems '("cl-vectors"
|
'(#:asd-systems '("cl-vectors"
|
||||||
"cl-paths-ttf")))
|
"cl-paths"
|
||||||
|
"cl-paths-ttf"
|
||||||
|
"cl-aa"
|
||||||
|
"cl-aa-misc")))
|
||||||
(home-page "http://projects.tuxee.net/cl-vectors/")
|
(home-page "http://projects.tuxee.net/cl-vectors/")
|
||||||
(synopsis "Create, transform and render anti-aliased vectorial paths")
|
(synopsis "Create, transform and render anti-aliased vectorial paths")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue