gnu: java-picard-1.113: Delete failing build phase.
* gnu/packages/bioinformatics.scm (java-picard-1.113)[arguments]: Delete "generate-jar-indices" build phase.
This commit is contained in:
parent
e847f402c1
commit
a993ad833e
|
@ -3303,6 +3303,8 @@ VCF.")
|
||||||
(list "-Dsamjdk.intel_deflater_so_path=lib/jni/libIntelDeflater.so")
|
(list "-Dsamjdk.intel_deflater_so_path=lib/jni/libIntelDeflater.so")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
;; FIXME: This phase fails.
|
||||||
|
(delete 'generate-jar-indices)
|
||||||
;; Do not use bundled ant bzip2.
|
;; Do not use bundled ant bzip2.
|
||||||
(add-after 'unpack 'use-ant-bzip
|
(add-after 'unpack 'use-ant-bzip
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
|
|
Loading…
Reference in New Issue