me
/
guix
Archived
1
0
Fork 0

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
Sharlatan Hellseher 2021-02-03 00:53:55 +00:00 committed by Guillaume Le Vaillant
parent 633e441672
commit cfaa1bec8f
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 13 additions and 13 deletions

View File

@ -4734,30 +4734,30 @@ theory accurate to internal-time-units-per-second.")
(sbcl-package->ecl-package sbcl-cl-log))
(define-public sbcl-log4cl
(let ((commit "611e094458504b938d49de904eab141285328c7c")
(let ((commit "8c48d6f41d3a1475d0a91eed0638b9eecc398e35")
(revision "1"))
(package
(name "sbcl-log4cl")
(build-system asdf-build-system/sbcl)
(version "1.1.2")
(version (git-version "1.1.3" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/sharplispers/log4cl")
(commit commit)))
(file-name (git-file-name name version))
(file-name (git-file-name "log4cl" version))
(sha256
(base32
"08jly0s0g26b56hhpfizxsb4j0yvbh946sd205gr42dkzv8l7dsc"))))
;; FIXME: tests require stefil, sbcl-hu.dwim.stefil wont work
(arguments
`(#:tests? #f))
(inputs `(("bordeaux-threads" ,sbcl-bordeaux-threads)))
(synopsis "Common Lisp logging framework, modeled after Log4J")
(base32 "0166d9aip366pbpdk5gsi2f6xad6q61lssxgbrypa8zslwjn8736"))))
(build-system asdf-build-system/sbcl)
(native-inputs
`(("stefil" ,sbcl-stefil)))
(inputs
`(("bordeaux-threads" ,sbcl-bordeaux-threads)))
(home-page "https://github.com/7max/log4cl")
(description "This is a Common Lisp logging framework that can log at
various levels and mix text with expressions.")
(synopsis "Common Lisp logging framework, modeled after Log4J")
(description
"This is a Common Lisp logging framework that can log at various levels
and mix text with expressions.")
(license license:asl2.0))))
(define-public cl-log4cl