guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 0c30b46ceeb5ccb7c6c24aafe4fc6584f02fc98a
Author: jgart <[email protected]>
AuthorDate: Fri Jan 30 02:55:22 2026 -0500
gnu: sbcl-pzmq: Refactor to modern style.
* gnu/packages/lisp-xyz.scm (sbcl-pzmq): Refactor to modern style.
[native-inputs]: Refactor them.
[inputs]: Refactor them.
Change-Id: I9f9ce19fec448b58b8c01cb3c8093ff88e652001
---
gnu/packages/lisp-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 87019e37aa..a8fd2412b2 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -27299,12 +27299,12 @@ writing code that contains string literals that
contain code themselves.")
(base32 "19mdhxhzzghlmff1fic4chg5iz0psglkim09z6dgpijm26biny05"))))
(build-system asdf-build-system/sbcl)
(native-inputs
- `(("bordeaux-threads" ,sbcl-bordeaux-threads)
- ("fiveam" ,sbcl-fiveam)
- ("let-plus" ,sbcl-let-plus)))
+ (list sbcl-bordeaux-threads
+ sbcl-fiveam
+ sbcl-let-plus))
(inputs
- `(("cffi" ,sbcl-cffi)
- ("zeromq" ,zeromq)))
+ (list sbcl-cffi
+ zeromq))
(arguments
`(#:phases (modify-phases %standard-phases
(add-after 'unpack 'fix-paths