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:
Ricardo Wurmus 2020-08-15 16:51:26 +02:00
parent fe69ceda2e
commit 8e596bc4ec
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)