guix_mirror_bot pushed a commit to branch master
in repository guix.

commit b651c333cd1646e26977cf4cdb9752db1e06d797
Author: jgart <[email protected]>
AuthorDate: Fri Jan 30 03:30:42 2026 -0500

    gnu: sbcl-datafly: Refactor to modern style.
    
    * gnu/packages/lisp-xyz.scm (sbcl-datafly)[inputs]: Refactor to modern 
style.
    
    Change-Id: I55a6e0caae4cf40327ad6c3a2b99094ac3e878c2
---
 gnu/packages/lisp-xyz.scm | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index f6e2eb18a3..166cf2ac34 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -14354,20 +14354,20 @@ library inspired by @code{cl-data-format-validation} 
and WTForms validators.")
           (base32 "16b78kzmglp2a4nxlxxl7rpf5zaibsgagn0p3c56fsxvx0c4hszv"))))
       (build-system asdf-build-system/sbcl)
       (inputs
-       `(("alexandria" ,sbcl-alexandria)
-         ("iterate" ,sbcl-iterate)
-         ("optima" ,sbcl-optima)
-         ("trivial-types" ,sbcl-trivial-types)
-         ("closer-mop" ,sbcl-closer-mop)
-         ("cl-syntax" ,sbcl-cl-syntax)
-         ("sxql" ,sbcl-sxql)
-         ("dbi" ,sbcl-dbi)
-         ("babel" ,sbcl-babel)
-         ("local-time" ,sbcl-local-time)
-         ("function-cache" ,sbcl-function-cache)
-         ("jonathan" ,sbcl-jonathan)
-         ("kebab" ,sbcl-kebab)
-         ("log4cl" ,sbcl-log4cl)))
+       (list sbcl-alexandria
+             sbcl-iterate
+             sbcl-optima
+             sbcl-trivial-types
+             sbcl-closer-mop
+             sbcl-cl-syntax
+             sbcl-sxql
+             sbcl-dbi
+             sbcl-babel
+             sbcl-local-time
+             sbcl-function-cache
+             sbcl-jonathan
+             sbcl-kebab
+             sbcl-log4cl))
       (native-inputs
        (list sbcl-prove))
       (arguments

Reply via email to