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:
parent
97aa6a07a4
commit
3d7bf5a393
1 changed files with 1 additions and 1 deletions
|
@ -2710,7 +2710,7 @@ certain criterion, e.g., it contains a certain regular file.")
|
||||||
("r-tinytex" ,r-tinytex)
|
("r-tinytex" ,r-tinytex)
|
||||||
("r-xfun" ,r-xfun)
|
("r-xfun" ,r-xfun)
|
||||||
("r-yaml" ,r-yaml)
|
("r-yaml" ,r-yaml)
|
||||||
("ghc-pandoc" ,ghc-pandoc)))
|
("pandoc" ,pandoc)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("r-knitr" ,r-knitr)))
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://rmarkdown.rstudio.com")
|
(home-page "https://rmarkdown.rstudio.com")
|
||||||
|
|
Reference in a new issue