gnu: java-picard-2.10.3: Delete failing build phase.
* gnu/packages/bioinformatics.scm (java-picard-2.10.3)[arguments]: Delete generate-jar-indices phase.
This commit is contained in:
parent
d7e6fb6d7e
commit
e847f402c1
1 changed files with 2 additions and 0 deletions
|
@ -3211,6 +3211,8 @@ (define-public java-picard-2.10.3
|
|||
(sxml xpath))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; FIXME: this phase fails with "duplicate entry: htsjdk/samtools/AbstractBAMFileIndex$1.class"
|
||||
(delete 'generate-jar-indices)
|
||||
(add-after 'unpack 'remove-useless-build.xml
|
||||
(lambda _ (delete-file "build.xml") #t))
|
||||
;; This is necessary to ensure that htsjdk is found when using
|
||||
|
|
Loading…
Reference in a new issue