guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 68ba46fee3aea08f75511e336636c7c0d8088070
Author: jgart <[email protected]>
AuthorDate: Fri Jan 30 01:37:59 2026 -0500

    gnu: sbcl-cl-slug: Refactor to modern style.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-slug)[inputs]: Refactor to modern 
style.
    
    Change-Id: I2c481b26d4fbfeda78af1881db9a8272915c77e2
---
 gnu/packages/lisp-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 8aa279a54e..e659df235c 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -10131,7 +10131,7 @@ and can be used in conjunction with other FFI wrappers 
like cl-charms.")
       (native-inputs
        (list sbcl-prove))
       (inputs
-       `(("ppcre" ,sbcl-cl-ppcre)))
+       (list sbcl-cl-ppcre))
       (home-page "https://github.com/EuAndreh/cl-slug";)
       (synopsis "Multi-language slug formatter")
       (description

Reply via email to