1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-19 19:04:04 +02:00

gnu: sbcl-bknr-datastore: Refactor to modern style.

* gnu/packages/lisp-xyz.scm (sbcl-bknr-datastore): Refactor to modern style.
[native-inputs]: Refactor it.
[inputs]: Refactor it.

Change-Id: Ibc80b381c25dd664a55f7e9844e2c205c767e944
This commit is contained in:
jgart
2026-01-30 01:18:06 -05:00
parent 3d0200e90a
commit b85edd06c0
+13 -13
View File
@@ -2321,20 +2321,20 @@ decimals, and hexadecimal notation.")
(chdir "src")
#t)))))
(native-inputs
`(("cl-store" ,sbcl-cl-store)
("fiveam" ,sbcl-fiveam)
("unit-test" ,sbcl-unit-test)))
(list sbcl-cl-store
sbcl-fiveam
sbcl-unit-test))
(inputs
`(("alexandria" ,sbcl-alexandria)
("bordeaux-threads" ,sbcl-bordeaux-threads)
("closer-mop" ,sbcl-closer-mop)
("cl-interpol" ,sbcl-cl-interpol)
("cl-ppcre" ,sbcl-cl-ppcre)
("cxml" ,sbcl-cxml)
("flexi-streams" ,sbcl-flexi-streams)
("md5" ,sbcl-md5)
("trivial-utf-8" ,sbcl-trivial-utf-8)
("yason" ,sbcl-yason)))
(list sbcl-alexandria
sbcl-bordeaux-threads
sbcl-closer-mop
sbcl-cl-interpol
sbcl-cl-ppcre
sbcl-cxml
sbcl-flexi-streams
sbcl-md5
sbcl-trivial-utf-8
sbcl-yason))
(home-page "https://github.com/hanshuebner/bknr-datastore")
(synopsis "In-memory database for Common Lisp")
(description