gnu: java-picard: Delete failing build phase.
* gnu/packages/bioinformatics.scm (java-picard)[arguments]: Delete "generate-jar-indices" phase.
This commit is contained in:
parent
1ed386fc26
commit
1f94ba9408
|
@ -3154,6 +3154,8 @@ manipulating HTS data.")
|
||||||
#:jdk ,icedtea-8
|
#:jdk ,icedtea-8
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
;; FIXME: this phase fails with "duplicate entry: htsjdk/samtools/AbstractBAMFileIndex$1.class"
|
||||||
|
(delete 'generate-jar-indices)
|
||||||
(add-after 'unpack 'use-our-htsjdk
|
(add-after 'unpack 'use-our-htsjdk
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(substitute* "build.xml"
|
(substitute* "build.xml"
|
||||||
|
|
Loading…
Reference in New Issue