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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user