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:
Pierre Neidhardt 2022-12-12 15:53:19 +01:00
parent 4f64d30b5d
commit f0ebbe1598
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F

View File

@ -1639,7 +1639,10 @@ reading and writing.")
`(("zpb-ttf" ,sbcl-zpb-ttf)))
(arguments
'(#: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/")
(synopsis "Create, transform and render anti-aliased vectorial paths")
(description