guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 63af972d475efa995b4d541786ab799add86decd
Author: jgart <[email protected]>
AuthorDate: Fri Jan 30 01:42:14 2026 -0500
gnu: sbcl-enchant: Refactor to modern style.
* gnu/packages/lisp-xyz.scm (sbcl-enchant)[inputs]: Refactor to modern
style.
Change-Id: I1b36ad32ed2d5a6ebaa12a46fb7dda5b6c1ddf64
---
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 e659df235c..85ae8d5700 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -15692,8 +15692,8 @@ the concrete syntax tree library.")
(base32 "19yh5ihirzi1d8xqy1cjqipzd6ly3245cfxa5s9xx496rryz0s01"))))
(build-system asdf-build-system/sbcl)
(inputs
- `(("enchant" ,enchant)
- ("cffi" ,sbcl-cffi)))
+ (list enchant
+ sbcl-cffi))
(arguments
`(#:phases
(modify-phases %standard-phases