summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2020-09-11 12:43:45 +0200
committerLudovic Courtès <ludo@gnu.org>2020-09-14 10:51:27 +0200
commitc22c6de453a4685bc65bf38f92f823c733d62290 (patch)
tree398b6e5d633e9b848ec0a441adb3de5cdd1ed665 /gnu
parent885332832cf0eebcb80094acc4c98e4bb01b2493 (diff)
downloadguix-c22c6de453a4685bc65bf38f92f823c733d62290.tar.gz
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/graphics.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index d6c8e415bb..cf52984183 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)