ambrevar pushed a commit to branch master
in repository guix.
commit f0ebbe1598838a26b9cadb6c0de57b69df8984c7
Author: Pierre Neidhardt <[email protected]>
AuthorDate: Mon Dec 12 15:53:19 2022 +0100
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.
---
gnu/packages/lisp-xyz.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 3d4b833a60..2ce352fb24 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -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