guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b9efe483b2326a5699d04bda0cb13e3b3df9de9d
Author: jgart <[email protected]>
AuthorDate: Fri Jan 30 01:48:10 2026 -0500
gnu: sbcl-queues: Refactor to modern style.
* gnu/packages/lisp-xyz.scm (sbcl-queues)[inputs]: Refactor to modern style.
Change-Id: I590fdfc6b3f28a249c67642f23cd8dcd5780ab00
---
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 186d8431ee..3430b7192f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -27451,7 +27451,7 @@ Streams in ICDE’05.")
"0wdhfnzi4v6d97pggzj2aw55si94w4327br94jrmyvwf351wqjvv"))))
(build-system asdf-build-system/sbcl)
(inputs
- `(("bordeaux-threads" ,sbcl-bordeaux-threads)))
+ (list sbcl-bordeaux-threads))
(arguments
'(#:asd-systems '("queues"
"queues.simple-queue"