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

* gnu/packages/java.scm (java-cisd-jhdf5)[arguments]: Remove override for JDK.
This commit is contained in:
Ricardo Wurmus 2023-01-09 00:40:19 +01:00
parent a4eb83fee7
commit 882baf4b7d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -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.