mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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
1 changed files with 2 additions and 0 deletions
|
@ -3303,6 +3303,8 @@ VCF.")
|
|||
(list "-Dsamjdk.intel_deflater_so_path=lib/jni/libIntelDeflater.so")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; FIXME: This phase fails.
|
||||
(delete 'generate-jar-indices)
|
||||
;; Do not use bundled ant bzip2.
|
||||
(add-after 'unpack 'use-ant-bzip
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
|
|
Loading…
Reference in a new issue