diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2022-12-12 15:53:19 +0100 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2022-12-13 11:18:59 +0100 |
commit | f0ebbe1598838a26b9cadb6c0de57b69df8984c7 (patch) | |
tree | 97cb8fb443baad1bd1a86ace5a400f024072541d /gnu/packages | |
parent | 4f64d30b5d67921a68ed6e7637a227f20afea451 (diff) | |
download | guix-f0ebbe1598838a26b9cadb6c0de57b69df8984c7.tar.gz |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 5 |
1 files changed, 4 insertions, 1 deletions
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 |