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:
parent
8fe3ef5d5a
commit
a9901b830a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue