mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue