guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e1c26681289973313469051fff447c215a95712e
Author: jgart <[email protected]>
AuthorDate: Fri Jan 30 01:43:57 2026 -0500

    gnu: sbcl-green-threads: Refactor to modern style.
    
    * gnu/packages/lisp-xyz.scm (sbcl-green-threads)[inputs]: Refactor to 
modern style.
    
    Change-Id: I284bba5050bd4e7741126d327d6fc0f93297bf55
---
 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 85ae8d5700..397f1d3c2a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -18459,8 +18459,8 @@ path, maximum flow, minimum spanning tree, etc.).")
            "1czw7nr0dwfps76h8hjvglk1wdh53yqbfbvv30whwbgqx33iippz"))))
       (build-system asdf-build-system/sbcl)
       (inputs
-       `(("cl-async-future" ,sbcl-cl-async-future)
-         ("cl-cont" ,sbcl-cl-cont)))
+       (list sbcl-cl-async-future
+             sbcl-cl-cont))
       (native-inputs
        (list sbcl-prove))
       (arguments

Reply via email to