summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-06-05 13:12:13 +0200
committerRicardo Wurmus <rekado@elephly.net>2018-06-05 13:12:13 +0200
commite53152c72def855009904eb38c56ef54dd96dc24 (patch)
tree15f601b6343476000619ac852429cd76cbec8238 /gnu
parent0c68f7fd9b6156ef3c9a4eb0f2ca5753ebcb38a7 (diff)
gnu: dropseq-tools: Remove failing phase.
* gnu/packages/bioinformatics.scm (dropseq-tools)[arguments]: Delete "generate-jar-indices" phase.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 2d60165451..24e5930efe 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12714,6 +12714,9 @@ contains
(guix build ant-build-system))
#:phases
(modify-phases %standard-phases
+ ;; FIXME: fails with "java.io.FileNotFoundException:
+ ;; /gnu/store/q76y0ximcziplgfpbn26kbw4h3s14f33-dropseq-tools-1.13/share/java/lib/biojava-alignment.jar"
+ (delete 'generate-jar-indices)
;; All dependencies must be linked to "lib", because that's where
;; they will be searched for when the Class-Path property of the
;; manifest is computed.