guix-commits
[Top][All Lists]
Advanced

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

13/18: gnu: r-loo: Use pandoc and pandoc-citeproc instead of the librari


From: guix-commits
Subject: 13/18: gnu: r-loo: Use pandoc and pandoc-citeproc instead of the libraries.
Date: Sun, 16 Aug 2020 09:59:06 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a749dc9403aabb63458eff601e2065cc967b383f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 16 15:26:17 2020 +0200

    gnu: r-loo: Use pandoc and pandoc-citeproc instead of the libraries.
    
    * gnu/packages/cran.scm (r-loo)[inputs]: Replace ghc-pandoc with pandoc, and
    ghc-pandoc-citeproc with pandoc-citeproc.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0313088..ae98c7a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21266,8 +21266,8 @@ recommendations for developers.")
     (properties `((upstream-name . "loo")))
     (build-system r-build-system)
     (inputs
-     `(("pandoc" ,ghc-pandoc)
-       ("pandoc-citeproc" ,ghc-pandoc-citeproc)))
+     `(("pandoc" ,pandoc)
+       ("pandoc-citeproc" ,pandoc-citeproc)))
     (propagated-inputs
      `(("r-checkmate" ,r-checkmate)
        ("r-matrixstats" ,r-matrixstats)))



reply via email to

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