guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e8a39ed1bce308fbd4e4a1b8d239807952e103aa
Author: jgart <[email protected]>
AuthorDate: Thu Jan 29 15:13:14 2026 -0500

    gnu: sbcl-cl-str: Refactor to modern style.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-str)[inputs]: Refactor to modern style.
    
    Change-Id: I409e5b126b1ee2635e0807e5acec2c5921c18739
---
 gnu/packages/lisp-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 84a505b883..105aa0b52d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -10433,9 +10433,9 @@ ability to store all Common Lisp data types into 
streams.")
               (file-name (git-file-name name version))))
     (build-system asdf-build-system/sbcl)
     (inputs
-     `(("cl-ppcre" ,sbcl-cl-ppcre)
-       ("cl-ppcre-unicode" ,sbcl-cl-ppcre-unicode)
-       ("cl-change-case" ,sbcl-cl-change-case)))
+     (list sbcl-cl-ppcre
+           sbcl-cl-ppcre-unicode
+           sbcl-cl-change-case))
     (native-inputs
      (list sbcl-prove))
     (arguments

Reply via email to