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:
parent
8e596bc4ec
commit
4b3af162af
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue