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:
parent
a9901b830a
commit
45e6f1c6b7
1 changed files with 2 additions and 2 deletions
|
|
@ -21356,8 +21356,8 @@ need to derive the partial derivatives.")
|
||||||
(properties `((upstream-name . "rstanarm")))
|
(properties `((upstream-name . "rstanarm")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("pandoc" ,ghc-pandoc)
|
`(("pandoc" ,pandoc)
|
||||||
("pandoc-citeproc" ,ghc-pandoc-citeproc)))
|
("pandoc-citeproc" ,pandoc-citeproc)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-bayesplot" ,r-bayesplot)
|
`(("r-bayesplot" ,r-bayesplot)
|
||||||
("r-bh" ,r-bh)
|
("r-bh" ,r-bh)
|
||||||
|
|
|
||||||
Reference in a new issue