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
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user