diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-08-15 16:27:51 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-08-16 15:57:26 +0200 |
commit | 3db9543e645a25a0365d362da206203b6cacdfa8 (patch) | |
tree | f5ca83409e7e2bf19e9898f7738f5678acb40bb6 /gnu/packages/cran.scm | |
parent | 4713a7c978af12953c6e5c9a23b5959b910939ff (diff) | |
download | guix-3db9543e645a25a0365d362da206203b6cacdfa8.tar.gz guix-3db9543e645a25a0365d362da206203b6cacdfa8.zip |
gnu: r-bookdown: Use pandoc instead of ghc-pandoc.
* gnu/packages/cran.scm (r-bookdown)[propagated-inputs]: Replace ghc-pandoc
with pandoc.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 4cb55eb4f9..a1527626dd 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -14223,7 +14223,7 @@ SELECT or UPDATE queries to an end-point.") ("r-rmarkdown" ,r-rmarkdown) ("r-tinytex" ,r-tinytex) ("r-xfun" ,r-xfun) - ("pandoc" ,ghc-pandoc))) + ("pandoc" ,pandoc))) (home-page "https://github.com/rstudio/bookdown") (synopsis "Authoring books and technical documents with R markdown") (description "This package provides output formats and utilities for |