1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 12:40:32 +02:00

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

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 _