guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 2c5d6124bbb3785ad866bd230badee5fe51c772f
Author: jgart <[email protected]>
AuthorDate: Fri Jan 30 01:56:50 2026 -0500

    gnu: sbcl-cl-coroutine: Refactor to modern style.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-coroutine)[inputs]: Refactor to modern 
style.
    
    Change-Id: I90e1c821959545bc1ee03d7d1c7b5b756c329d42
---
 gnu/packages/lisp-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 3892e8ed1b..0329878958 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -5525,8 +5525,8 @@ cookie headers, cookie creation, cookie jar creation and 
more.")
            "1cqdhdjxffgfs116l1swjlsmcbly0xgcgrckvaajd566idj9yj4l"))))
       (build-system asdf-build-system/sbcl)
       (inputs
-       `(("alexandria" ,sbcl-alexandria)
-         ("cl-cont" ,sbcl-cl-cont)))
+       (list sbcl-alexandria
+             sbcl-cl-cont))
       (native-inputs
        (list sbcl-prove))
       (arguments

Reply via email to