1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 03:21:49 +02:00

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

* gnu/packages/statistics.scm (r-rmarkdown)[propagated-inputs]: Replace
ghc-pandoc with pandoc.
This commit is contained in:
Ricardo Wurmus
2020-08-15 09:43:40 +02:00
parent 97aa6a07a4
commit 3d7bf5a393
+1 -1
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")