GNU bug report logs -
#53765
[PATCH 00/17] Remove limitations on clojure-tools
Previous Next
Full log
Message #413 received at 53765 <at> debbugs.gnu.org (full text, mbox):
---
gnu/packages/clojure.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 5b7189b997..edc6e4be9a 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -805,6 +805,40 @@ (define-public clojure-tools-gitlibs
keeps a cache of git directories and working trees that can be reused.")
(license license:epl1.0)))
+(define-public clojure-tools-logging
+ (package
+ (name "clojure-tools-logging")
+ (version "1.2.4")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/clojure/tools.logging")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1vcl1s75amazzdyirnpza8jizp85d5178p0qkqfk26vl7yajvz7a"))))
+ (build-system clojure-build-system)
+ (native-inputs (list clojure-test-check
+ java-slf4j-api
+ java-slf4j-simple
+ java-log4j-api
+ java-log4j-core
+ java-commons-logging-minimal))
+ (arguments
+ '(#:source-dirs '("src/main/clojure")
+ #:test-dirs '("src/test/clojure")
+ #:doc-dirs '()
+ ;; Tests fail due to issues with clojure.pprint. This is an issue with
+ ;; how Guix AOT-compiles Clojure.
+ #:tests? #f))
+ (home-page "https://github.com/clojure/tools.logging")
+ (synopsis "Clojure logging toolkit")
+ (description "Logging macros which delegate to a specific logging
+implementation, selected at runtime when the @code{clojure.tools.logging}
+namespace is first loaded.")
+ (license license:epl1.0)))
+
(define-public clojure-tools-reader
(package
(name "clojure-tools-reader")
--
2.35.1
This bug report was last modified 3 years and 57 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.