guix-commits
[Top][All Lists]
Advanced

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

10/10: gnu: rapicorn: Use pandoc instead of ghc-pandoc.


From: guix-commits
Subject: 10/10: gnu: rapicorn: Use pandoc instead of ghc-pandoc.
Date: Mon, 14 Sep 2020 04:54:38 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c22c6de453a4685bc65bf38f92f823c733d62290
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Sep 11 12:43:45 2020 +0200

    gnu: rapicorn: Use pandoc instead of ghc-pandoc.
    
    * gnu/packages/graphics.scm (rapicorn)[native-inputs]: Replace ghc-pandoc 
with
    pandoc.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/graphics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index d6c8e41..cf52984 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1208,7 +1208,7 @@ realistic reflections, shading, perspective and other 
effects.")
        ("python" ,python-2)
        ("cython" ,python2-cython)))
     (native-inputs
-     `(("pandoc" ,ghc-pandoc)
+     `(("pandoc" ,pandoc)
        ("bison" ,bison)
        ("flex" ,flex)
        ("doxygen" ,doxygen)



reply via email to

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