me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-rmarkdown)[propagated-inputs]: Replace
ghc-pandoc with pandoc.
master
Ricardo Wurmus 2020-08-15 09:43:40 +02:00
parent 97aa6a07a4
commit 3d7bf5a393
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions
gnu/packages

View File

@ -2710,7 +2710,7 @@ certain criterion, e.g., it contains a certain regular file.")
("r-tinytex" ,r-tinytex)
("r-xfun" ,r-xfun)
("r-yaml" ,r-yaml)
("ghc-pandoc" ,ghc-pandoc)))
("pandoc" ,pandoc)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://rmarkdown.rstudio.com")