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:
parent
a993ad833e
commit
1ed386fc26
|
@ -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 _
|
||||
|
|
Loading…
Reference in New Issue