guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/18: gnu: r-bookdown: Use pandoc instead of ghc-pandoc.


From: guix-commits
Subject: 04/18: gnu: r-bookdown: Use pandoc instead of ghc-pandoc.
Date: Sun, 16 Aug 2020 09:59:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3db9543e645a25a0365d362da206203b6cacdfa8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Aug 15 16:27:51 2020 +0200

    gnu: r-bookdown: Use pandoc instead of ghc-pandoc.
    
    * gnu/packages/cran.scm (r-bookdown)[propagated-inputs]: Replace ghc-pandoc
    with pandoc.
---
 gnu/packages/cran.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4cb55eb..a152762 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]