guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4a9dec47f9e140ad1d4deac15155f23c5f30c025
Author: jgart <[email protected]>
AuthorDate: Thu Jan 29 15:27:08 2026 -0500

    gnu: sbcl-cl-vectors: Refactor to modern style.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-vectors)[inputs]: Refactor to modern 
style.
    
    Change-Id: I270915036fa84a332e9116b390279af056f27411
---
 gnu/packages/lisp-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index a82f6407a4..4725cc2217 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -11134,7 +11134,7 @@ generation as well as numerous distributions.")
          "04lhwi0kq8pkwhgd885pk80m1cp9sfvjjn5zj70s1dnckibhdmqh"))))
     (build-system asdf-build-system/sbcl)
     (inputs
-     `(("zpb-ttf" ,sbcl-zpb-ttf)))
+     (list sbcl-zpb-ttf))
     (arguments
      '(#:asd-systems '("cl-vectors"
                        "cl-paths"

Reply via email to