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 @@ subpopulation type designs.")
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("jupyter" ,python-nbconvert)
|
`(("jupyter" ,python-nbconvert)
|
||||||
("pandoc" ,ghc-pandoc)))
|
("pandoc" ,pandoc)))
|
||||||
(home-page "https://cran.r-project.org/web/packages/nbconvertR/")
|
(home-page "https://cran.r-project.org/web/packages/nbconvertR/")
|
||||||
(synopsis "Vignette engine wrapping Jupyter notebooks")
|
(synopsis "Vignette engine wrapping Jupyter notebooks")
|
||||||
(description
|
(description
|
||||||
|
|
|
||||||
Reference in a new issue