3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/cran.scm (r-nbconvertr)[inputs]: Replace ghc-pandoc with
pandoc.
This commit is contained in:
Ricardo Wurmus 2020-08-15 16:38:04 +02:00
parent 8fe3ef5d5a
commit a9901b830a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -21852,7 +21852,7 @@ subpopulation type designs.")
(build-system r-build-system)
(inputs
`(("jupyter" ,python-nbconvert)
("pandoc" ,ghc-pandoc)))
("pandoc" ,pandoc)))
(home-page "https://cran.r-project.org/web/packages/nbconvertR/")
(synopsis "Vignette engine wrapping Jupyter notebooks")
(description