diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-06-22 10:20:05 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-06-22 10:23:31 +0200 |
commit | 6fe419743d02491003f1fafdd1e020674b3dfcfa (patch) | |
tree | 49ea1af3d14ad1598670290a3982cf16327892a9 | |
parent | 5ca5ab8ba7a37afb15b48cfe1b2c72870cd88b4c (diff) | |
download | patches-6fe419743d02491003f1fafdd1e020674b3dfcfa.tar patches-6fe419743d02491003f1fafdd1e020674b3dfcfa.tar.gz |
Do not record store file name in bioinformatics.scm.
* gnu/packages/bioinformatics.scm (dropseq-tools): Replace full store
file name with ellipses.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index a7356743f0..b9b7e95203 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -12725,7 +12725,7 @@ contains #:phases (modify-phases %standard-phases ;; FIXME: fails with "java.io.FileNotFoundException: - ;; /gnu/store/q76y0ximcziplgfpbn26kbw4h3s14f33-dropseq-tools-1.13/share/java/lib/biojava-alignment.jar" + ;; /gnu/store/…-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 |