mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-28 02:59:28 +02:00
gnu: sbcl-datafly: Refactor to modern style.
* gnu/packages/lisp-xyz.scm (sbcl-datafly)[inputs]: Refactor to modern style. Change-Id: I55a6e0caae4cf40327ad6c3a2b99094ac3e878c2
This commit is contained in:
+14
-14
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user