gnu: sbcl-log4cl: Update to 1.1.3-1.8c48d6f.
* gnu/packages/lisp-xyz.scm (sbcl-log4cl): Update to 1.1.3-1.8c48d6f. [native-inputs]: Add stefil. [arguments]: Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>master
parent
633e441672
commit
cfaa1bec8f
|
@ -4734,30 +4734,30 @@ theory accurate to internal-time-units-per-second.")
|
||||||
(sbcl-package->ecl-package sbcl-cl-log))
|
(sbcl-package->ecl-package sbcl-cl-log))
|
||||||
|
|
||||||
(define-public sbcl-log4cl
|
(define-public sbcl-log4cl
|
||||||
(let ((commit "611e094458504b938d49de904eab141285328c7c")
|
(let ((commit "8c48d6f41d3a1475d0a91eed0638b9eecc398e35")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-log4cl")
|
(name "sbcl-log4cl")
|
||||||
(build-system asdf-build-system/sbcl)
|
(version (git-version "1.1.3" revision commit))
|
||||||
(version "1.1.2")
|
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/sharplispers/log4cl")
|
(url "https://github.com/sharplispers/log4cl")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name "log4cl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0166d9aip366pbpdk5gsi2f6xad6q61lssxgbrypa8zslwjn8736"))))
|
||||||
"08jly0s0g26b56hhpfizxsb4j0yvbh946sd205gr42dkzv8l7dsc"))))
|
(build-system asdf-build-system/sbcl)
|
||||||
;; FIXME: tests require stefil, sbcl-hu.dwim.stefil wont work
|
(native-inputs
|
||||||
(arguments
|
`(("stefil" ,sbcl-stefil)))
|
||||||
`(#:tests? #f))
|
(inputs
|
||||||
(inputs `(("bordeaux-threads" ,sbcl-bordeaux-threads)))
|
`(("bordeaux-threads" ,sbcl-bordeaux-threads)))
|
||||||
(synopsis "Common Lisp logging framework, modeled after Log4J")
|
|
||||||
(home-page "https://github.com/7max/log4cl")
|
(home-page "https://github.com/7max/log4cl")
|
||||||
(description "This is a Common Lisp logging framework that can log at
|
(synopsis "Common Lisp logging framework, modeled after Log4J")
|
||||||
various levels and mix text with expressions.")
|
(description
|
||||||
|
"This is a Common Lisp logging framework that can log at various levels
|
||||||
|
and mix text with expressions.")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0))))
|
||||||
|
|
||||||
(define-public cl-log4cl
|
(define-public cl-log4cl
|
||||||
|
|
Reference in New Issue