Archived
1
0
Fork 0

gnu: r-rcas: Use pandoc instead of ghc-pandoc.

* gnu/packages/bioinformatics.scm (r-rcas)[propagated-inputs]: Replace
ghc-pandoc with pandoc.
This commit is contained in:
Ricardo Wurmus 2020-08-15 15:48:07 +02:00
parent 0ba3a38bb2
commit 19afa4d58f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8704,7 +8704,7 @@ paired-end data.")
("r-rtracklayer" ,r-rtracklayer)
("r-rmarkdown" ,r-rmarkdown)
("r-s4vectors" ,r-s4vectors)
("pandoc" ,ghc-pandoc)))
("pandoc" ,pandoc)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(synopsis "RNA-centric annotation system")