1
0
forked from tribes/guix

gnu: sbcl-data-sift: Refactor to modern style.

* gnu/packages/lisp-xyz.scm (sbcl-data-sift)[inputs]: Refactor to modern style.

Change-Id: I505452895574f6e6e323b1d48b78a22c062fa438
This commit is contained in:
jgart
2026-01-29 15:10:49 -05:00
parent 69c667d579
commit ca14394441
+4 -4
View File
@@ -14311,10 +14311,10 @@ manipulations as the composition of more primitive operations.")
;; All test cases test a function that has been removed.
`(#:tests? #f))
(inputs
`(("alexandria" ,sbcl-alexandria)
("cl-ppcre" ,sbcl-cl-ppcre)
("parse-number" ,sbcl-parse-number)
("puri" ,sbcl-puri)))
(list sbcl-alexandria
sbcl-cl-ppcre
sbcl-parse-number
sbcl-puri))
(native-inputs
(list sbcl-lift))
(home-page "https://github.com/archimag/data-sift")