gnu: rapicorn: Use pandoc instead of ghc-pandoc.
authorzimoun <zimon.toutoune@gmail.com>
Fri, 11 Sep 2020 10:43:45 +0000 (12:43 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 14 Sep 2020 08:51:27 +0000 (10:51 +0200)
* 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

index d6c8e41..cf52984 100644 (file)
@@ -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)