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

* gnu/packages/bioinformatics.scm (hisat2)[native-inputs]: Replace ghc-pandoc
with pandoc.
This commit is contained in:
Ricardo Wurmus 2020-08-15 10:10:39 +02:00
parent 3d7bf5a393
commit e6bdc6949b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3617,7 +3617,7 @@ (define-public hisat2
(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