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

gnu: sbcl-closure-common: Refactor to modern style.

* gnu/packages/lisp-xyz.scm (sbcl-closure-common): Refactor to modern style.
[inputs]: Refactor it.
[license]: Add it.

Change-Id: I5212175fd669f3d2aadf85b842021190ea3036a6
This commit is contained in:
jgart
2026-01-29 15:35:52 -05:00
parent 4dfc863688
commit b2cd73d28a

View File

@@ -12409,20 +12409,19 @@ Common Lisp.")
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/sharplispers/closure-common")
(commit commit)))
(url "https://github.com/sharplispers/closure-common")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0k5r2qxn122pxi301ijir3nayi9sg4d7yiy276l36qmzwhp4mg5n"))))
(inputs
`(("trivial-gray-streams" ,sbcl-trivial-gray-streams)
("babel" ,sbcl-babel)))
(list sbcl-trivial-gray-streams
sbcl-babel))
(synopsis "Support Common Lisp library for CXML")
(description "Closure-common is an internal helper library. The name
Closure is a reference to the web browser it was originally written for.")
;; TODO: License?
(license #f))))
(license license:llgpl))))
(define-public sbcl-closure-template
;; There are no releases since 2015.