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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user