mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: r-bayesplot: Use pandoc instead of ghc-pandoc
* gnu/packages/cran.scm (r-bayesplot)[inputs]: Replace ghc-pandoc with pandoc.
This commit is contained in:
parent
19afa4d58f
commit
fddbf088a8
1 changed files with 2 additions and 2 deletions
|
@ -8915,8 +8915,8 @@ (define-public r-bayesplot
|
|||
"0aqy4bfjq1fmds0vpacsmqih528cp8wk4v4w0balzkph6zqzpwcl"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
`(("pandoc" ,ghc-pandoc)
|
||||
("pandoc-citeproc" ,ghc-pandoc-citeproc)))
|
||||
`(("pandoc" ,pandoc)
|
||||
("pandoc-citeproc" ,pandoc-citeproc)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue