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

* gnu/packages/cran.scm (r-rstanarm)[inputs]: Replace ghc-pandoc with pandoc
and ghc-pandoc-citeproc with pandoc-citeproc.
This commit is contained in:
Ricardo Wurmus 2020-08-15 16:49:52 +02:00
parent a9901b830a
commit 45e6f1c6b7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -21356,8 +21356,8 @@ need to derive the partial derivatives.")
(properties `((upstream-name . "rstanarm")))
(build-system r-build-system)
(inputs
`(("pandoc" ,ghc-pandoc)
("pandoc-citeproc" ,ghc-pandoc-citeproc)))
`(("pandoc" ,pandoc)
("pandoc-citeproc" ,pandoc-citeproc)))
(propagated-inputs
`(("r-bayesplot" ,r-bayesplot)
("r-bh" ,r-bh)