guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 220444e5f3858730d9d19501abc4c45b4d21ede6
Author: jgart <[email protected]>
AuthorDate: Fri Jan 30 02:59:48 2026 -0500

    gnu: sbcl-cl-async: Refactor to modern style.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-async)[inputs]: Refactor to modern 
style.
    
    Change-Id: I58d90799e689a99f4e59fa45bf726410e411b7f7
---
 gnu/packages/lisp-xyz.scm | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index ef80bfca10..1871ecf803 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4587,17 +4587,17 @@ tables.")
            "11xi9dxb8mjgwzrkj88i0xkgk26z9w9ddxzbv6xsvfc1d4x5cf4x"))))
       (build-system asdf-build-system/sbcl)
       (inputs
-       `(("babel" ,sbcl-babel)
-         ("bordeaux-threads" ,sbcl-bordeaux-threads)
-         ("cffi" ,sbcl-cffi)
-         ("cl-libuv" ,sbcl-cl-libuv)
-         ("cl-ppcre" ,sbcl-cl-ppcre)
-         ("fast-io" ,sbcl-fast-io)
-         ("openssl" ,openssl)
-         ("static-vectors" ,sbcl-static-vectors)
-         ("trivial-features" ,sbcl-trivial-features)
-         ("trivial-gray-streams" ,sbcl-trivial-gray-streams)
-         ("vom" ,sbcl-vom)))
+       (list sbcl-babel
+             sbcl-bordeaux-threads
+             sbcl-cffi
+             sbcl-cl-libuv
+             sbcl-cl-ppcre
+             sbcl-fast-io
+             openssl
+             sbcl-static-vectors
+             sbcl-trivial-features
+             sbcl-trivial-gray-streams
+             sbcl-vom))
       (arguments
        `(#:asd-systems '("cl-async"
                          "cl-async-repl"

Reply via email to