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

* gnu/packages/cran.scm (r-bookdown)[propagated-inputs]: Replace ghc-pandoc
with pandoc.
This commit is contained in:
Ricardo Wurmus 2020-08-15 16:27:51 +02:00
parent 4713a7c978
commit 3db9543e64
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14223,7 +14223,7 @@ (define-public r-bookdown
("r-rmarkdown" ,r-rmarkdown)
("r-tinytex" ,r-tinytex)
("r-xfun" ,r-xfun)
("pandoc" ,ghc-pandoc)))
("pandoc" ,pandoc)))
(home-page "https://github.com/rstudio/bookdown")
(synopsis "Authoring books and technical documents with R markdown")
(description "This package provides output formats and utilities for