GNU bug report logs -
#53860
[PATCH] gnu: clojure-data-xml: Fix build by removing tests.
Previous Next
Reported by: Steve George <steve <at> futurile.net>
Date: Mon, 7 Feb 2022 19:37:03 UTC
Severity: normal
Tags: patch
Merged with 53859
Done: Julien Lepiller <julien <at> lepiller.eu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/clojure.scm (clojure-data-xml): tests don't work with stable and
recent versions of the JDK (https://clojure.atlassian.net/browse/DXML-67).
Prevent test build stage running.
---
gnu/packages/clojure.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 40a3d7708a..6f9dbd6bca 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -333,10 +333,13 @@ is on par with Java implementations, e.g., Apache commons-codec.")
(arguments
'(#:source-dirs '("src/main/clojure")
#:test-dirs '("src/test/clojure")
- #:doc-dirs '()))
+ #:doc-dirs '()
+ ;; FIXME: resolve when https://clojure.atlassian.net/browse/DXML-67 is closed
+ #:tests? #f))
(propagated-inputs (list clojure-data-codec))
(synopsis "Clojure library for reading and writing XML data")
- (description "@code{data.xml} is a Clojure library for reading and writing
+ (description
+ "@code{data.xml} is a Clojure library for reading and writing
XML data. @code{data.xml} has the following features:
Parses XML documents into Clojure data structures
base-commit: abb197dfe98095a9ea7527a3ca3f81bb0edd5813
--
2.17.1
This bug report was last modified 3 years and 108 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.