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:
@@ -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 _
|
||||
|
||||
Reference in New Issue
Block a user