gnu: pigx-rnaseq: Use pandoc-1.
* gnu/packages/bioinformatics.scm (pigx-rnaseq)[inputs]: Replace ghc-pandoc with ghc-pandoc-1, and ghc-pandoc-citeproc with ghc-pandoc-citeproc-with-pandoc-1.
This commit is contained in:
parent
8c6117ee22
commit
1a29fc3ff9
|
@ -12720,8 +12720,8 @@ once. This package provides tools to perform Drop-seq analyses.")
|
|||
("r-rtracklayer" ,r-rtracklayer)
|
||||
("r-rjson" ,r-rjson)
|
||||
("salmon" ,salmon)
|
||||
("ghc-pandoc" ,ghc-pandoc)
|
||||
("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc)
|
||||
("ghc-pandoc" ,ghc-pandoc-1)
|
||||
("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc-with-pandoc-1)
|
||||
("python-wrapper" ,python-wrapper)
|
||||
("python-pyyaml" ,python-pyyaml)))
|
||||
(home-page "http://bioinformatics.mdc-berlin.de/pigx/")
|
||||
|
|
Loading…
Reference in New Issue