guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4b67e2412612aa3130576ea40163875a3ecfaa2a
Author: jgart <[email protected]>
AuthorDate: Tue Sep 16 08:50:19 2025 -0500

    gnu: sbcl-proc-parse: Use modern style.
    
    * gnu/packages/lisp-xyz.scm (sbcl-proc-parse)[inputs]: Use modern style.
    
    Change-Id: I62d84b328e72b6602646cbad5f13398971ad5a55
---
 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 65f1094be4..624626b8d5 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -25939,8 +25939,8 @@ an array-based heap.")
          (file-name (git-file-name "proc-parse" version))))
       (build-system asdf-build-system/sbcl)
       (inputs
-       `(("alexandria" ,sbcl-alexandria)
-         ("babel" ,sbcl-babel)))
+       (list sbcl-alexandria
+             sbcl-babel))
       (native-inputs
        (list sbcl-prove))
       (arguments

Reply via email to