Archived
1
0
Fork 0

gnu: r-rstan: Use pandoc instead of ghc-pandoc.

* gnu/packages/cran.scm (r-rstan)[native-inputs]: Replace ghc-pandoc with
pandoc.
This commit is contained in:
Ricardo Wurmus 2020-08-15 16:51:56 +02:00
parent 8e596bc4ec
commit 4b3af162af
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -21313,7 +21313,7 @@ techniques to average Bayesian predictive distributions.")
#t)))))
(native-inputs
`(("tzdata" ,tzdata-for-tests)
("pandoc" ,ghc-pandoc)
("pandoc" ,pandoc)
("r-knitr" ,r-knitr)))
(propagated-inputs
`(("r-bh" ,r-bh)