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 @@ (define-public r-nbconvertr
(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