This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 675631a56f gnu: sbcl-modularize: Refactor to modern style.
675631a56f is described below
commit 675631a56f8ac587fe10e465586f2ec2867a6fdc
Author: jgart <[email protected]>
AuthorDate: Fri Jan 30 01:58:44 2026 -0500
gnu: sbcl-modularize: Refactor to modern style.
* gnu/packages/lisp-xyz.scm (sbcl-modularize)[inputs]: Refactor to modern
style.
Change-Id: I47beafa0e548ee3b9a379e69892d2d665c9ada3a
---
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 0329878958..3646c4f884 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -23430,8 +23430,8 @@ place.")
(base32 "1zys29rfkb649rkgl3snxhajk8d5yf7ryxkrwy020kwdh7zdsg7d"))))
(build-system asdf-build-system/sbcl)
(inputs
- `(("documentation-utils" ,sbcl-documentation-utils)
- ("trivial-package-local-nicknames"
,sbcl-trivial-package-local-nicknames)))
+ (list sbcl-documentation-utils
+ sbcl-trivial-package-local-nicknames))
(home-page "https://shinmera.github.io/modularize/")
(synopsis "Common Lisp modularization framework")
(description