gnu: java-picard: Delete failing build phase.
* gnu/packages/bioinformatics.scm (java-picard)[arguments]: Delete "generate-jar-indices" phase.master
parent
1ed386fc26
commit
1f94ba9408
|
@ -3154,6 +3154,8 @@ manipulating HTS data.")
|
|||
#:jdk ,icedtea-8
|
||||
#: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
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* "build.xml"
|
||||
|
|
Reference in New Issue