diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-08-15 16:49:52 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-08-16 15:57:26 +0200 |
commit | 45e6f1c6b792e31d41bfbd8bc5b430967d146749 (patch) | |
tree | e03e306a7f90423b81640110465bbef1867de61f /gnu/packages/cran.scm | |
parent | a9901b830a2b2135a2a5d1e7ad283428cfb979f8 (diff) | |
download | guix-45e6f1c6b792e31d41bfbd8bc5b430967d146749.tar.gz guix-45e6f1c6b792e31d41bfbd8bc5b430967d146749.zip |
gnu: r-rstanarm: Use pandoc instead of ghc-pandoc.
* gnu/packages/cran.scm (r-rstanarm)[inputs]: Replace ghc-pandoc with pandoc
and ghc-pandoc-citeproc with pandoc-citeproc.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 02a459fd5c..cb744e2849 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -21356,8 +21356,8 @@ need to derive the partial derivatives.") (properties `((upstream-name . "rstanarm"))) (build-system r-build-system) (inputs - `(("pandoc" ,ghc-pandoc) - ("pandoc-citeproc" ,ghc-pandoc-citeproc))) + `(("pandoc" ,pandoc) + ("pandoc-citeproc" ,pandoc-citeproc))) (propagated-inputs `(("r-bayesplot" ,r-bayesplot) ("r-bh" ,r-bh) |