gnu: java-cisd-jhdf5: Delete failing build phase.

* gnu/packages/java.scm (java-cisd-jhdf5)[arguments]: Delete build phase
"generate-jar-indices".
This commit is contained in:
Ricardo Wurmus 2018-06-05 11:17:03 +02:00
parent a993ad833e
commit 1ed386fc26
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 0 deletions

View File

@ -2290,6 +2290,8 @@ libraries from the SIS division at ETH Zurich like jHDF5.")
#:jdk ,icedtea-8
#:phases
(modify-phases %standard-phases
;; FIXME: this build phase fails.
(delete 'generate-jar-indices)
;; Don't erase results from the build phase when building tests.
(add-after 'unpack 'separate-test-target-from-clean
(lambda _