guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/08: gnu: sbcl-cl-vectors: Build all subsystems.


From: guix-commits
Subject: 05/08: gnu: sbcl-cl-vectors: Build all subsystems.
Date: Tue, 13 Dec 2022 05:22:38 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit f0ebbe1598838a26b9cadb6c0de57b69df8984c7
Author: Pierre Neidhardt <mail@ambrevar.xyz>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]