guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/11: gnu: java-cisd-jhdf5: Do not override default JDK.


From: guix-commits
Subject: 09/11: gnu: java-cisd-jhdf5: Do not override default JDK.
Date: Sun, 8 Jan 2023 18:49:47 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 882baf4b7da4510af9113bb1b602da4793137013
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 9 00:40:19 2023 +0100

    gnu: java-cisd-jhdf5: Do not override default JDK.
    
    * gnu/packages/java.scm (java-cisd-jhdf5)[arguments]: Remove override for 
JDK.
---
 gnu/packages/java.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 6595fb5ae4..c81b889431 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2571,7 +2571,6 @@ libraries from the SIS division at ETH Zurich like 
jHDF5.")
        `(#:make-flags '("-file" "build/build.xml")
          #:build-target "jar-all"
          #:test-target "jar-test"
-         #:jdk ,icedtea-8
          #:phases
          (modify-phases %standard-phases
            ;; FIXME: this build phase fails.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]