summaryrefslogtreecommitdiff
path: root/gnu/packages/clojure.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/clojure.scm')
-rw-r--r--gnu/packages/clojure.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index a892df4dd96..048cf15c113 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -855,6 +855,7 @@ dependency graph expansion and the creation of classpaths.")
855 #:doc-dirs '() 855 #:doc-dirs '()
856 ;; FIXME: Could not initialize class org.eclipse.aether.transport.http.SslSocketFactory 856 ;; FIXME: Could not initialize class org.eclipse.aether.transport.http.SslSocketFactory
857 #:tests? #f 857 #:tests? #f
858 #:jdk ,openjdk11
858 #:phases 859 #:phases
859 (modify-phases %standard-phases 860 (modify-phases %standard-phases
860 ;; FIXME: Currently, the S3 transporter depends on ClojureScript, 861 ;; FIXME: Currently, the S3 transporter depends on ClojureScript,