gnu: r-rstantools: Use pandoc instead of ghc-pandoc.
* gnu/packages/cran.scm (r-rstantools)[inputs]: Replace ghc-pandoc with pandoc.
This commit is contained in:
parent
fe69ceda2e
commit
8e596bc4ec
@ -21236,7 +21236,7 @@ using the @code{rstan} and @code{rstanarm} packages).")
|
||||
"0b9x8rzj3dr4m7yjx476nn42z22xd1xnw85m9frfwxy5ivg1any9"))))
|
||||
(properties `((upstream-name . "rstantools")))
|
||||
(build-system r-build-system)
|
||||
(inputs `(("pandoc" ,ghc-pandoc)))
|
||||
(inputs `(("pandoc" ,pandoc)))
|
||||
(propagated-inputs
|
||||
`(("r-desc" ,r-desc)
|
||||
("r-rcpp" ,r-rcpp)
|
||||
|
Loading…
x
Reference in New Issue
Block a user