mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05: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 @@ (define-public r-rstantools
|
|||
"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…
Reference in a new issue