guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: hisat2: Use pandoc instead of ghc-pandoc.


From: guix-commits
Subject: 04/04: gnu: hisat2: Use pandoc instead of ghc-pandoc.
Date: Sat, 15 Aug 2020 04:13:48 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e6bdc6949b37158928cbb165b502b65f8c5f6693
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Aug 15 10:10:39 2020 +0200

    gnu: hisat2: Use pandoc instead of ghc-pandoc.
    
    * gnu/packages/bioinformatics.scm (hisat2)[native-inputs]: Replace 
ghc-pandoc
    with pandoc.
---
 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 2f4a2b1..cfe8d71 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3617,7 +3617,7 @@ particular, reads spanning multiple exons.")
     (native-inputs
      `(("unzip" ,unzip)                 ; needed for archive from ftp
        ("perl" ,perl)
-       ("pandoc" ,ghc-pandoc)))         ; for documentation
+       ("pandoc" ,pandoc)))             ; for documentation
     (home-page "https://ccb.jhu.edu/software/hisat2/index.shtml";)
     (synopsis "Graph-based alignment of genomic sequencing reads")
     (description "HISAT2 is a fast and sensitive alignment program for mapping



reply via email to

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