From: zimoun Date: Fri, 11 Sep 2020 10:43:45 +0000 (+0200) Subject: gnu: rapicorn: Use pandoc instead of ghc-pandoc. X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/commitdiff_plain/c22c6de453a4685bc65bf38f92f823c733d62290?ds=sidebyside 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 --- 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)