guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: Do not record store file name in bioinformatics.scm.


From: Ludovic Courtès
Subject: 01/03: Do not record store file name in bioinformatics.scm.
Date: Fri, 22 Jun 2018 04:23:37 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 6fe419743d02491003f1fafdd1e020674b3dfcfa
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jun 22 10:20:05 2018 +0200

    Do not record store file name in bioinformatics.scm.
    
    * gnu/packages/bioinformatics.scm (dropseq-tools): Replace full store
    file name with ellipses.
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a735674..b9b7e95 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]