guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f0823ad7190f0a8fb7216baa15971b39c7fa49ed
Author: jgart <[email protected]>
AuthorDate: Fri Jan 30 01:46:03 2026 -0500
gnu: sbcl-jpl-queues: Refactor to modern style.
* gnu/packages/lisp-xyz.scm (sbcl-jpl-queues)[inputs]: Refactor to modern
style.
Change-Id: I42959d2a935ae1ca125af90e12a56d82eb3d06fc
---
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 397f1d3c2a..1d5c5bdf52 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -20158,8 +20158,8 @@ TurboJPEG API for compressing and decompressing JPEG
images.")
"1wvvv7j117h9a42qaj1g4fh4mji28xqs7s60rn6d11gk9jl76h96"))))
(build-system asdf-build-system/sbcl)
(inputs
- `(("jpl-util" ,sbcl-jpl-util)
- ("bordeaux-threads" ,sbcl-bordeaux-threads)))
+ (list sbcl-jpl-util
+ sbcl-bordeaux-threads))
(arguments
;; Tests seem to be broken.
`(#:tests? #f))