unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: zimoun <zimon.toutoune@gmail.com>
To: 43330@debbugs.gnu.org
Cc: zimoun <zimon.toutoune@gmail.com>
Subject: [bug#43330] [PATCH 6/6] gnu: rapicorn: Use pandoc instead of ghc-pandoc.
Date: Fri, 11 Sep 2020 12:43:45 +0200	[thread overview]
Message-ID: <20200911104345.2834-6-zimon.toutoune@gmail.com> (raw)
In-Reply-To: <20200911104345.2834-1-zimon.toutoune@gmail.com>

* gnu/packages/graphics.scm (rapicorn)[native-inputs]: Replace ghc-pandoc with
pandoc.
---
 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 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)
-- 
2.20.1





  parent reply	other threads:[~2020-09-11 11:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-11 10:41 [bug#43330] [PATCH 0/6] Use pandoc instead of ghc-pandoc zimoun
2020-09-11 10:43 ` [bug#43330] [PATCH 1/6] gnu: ruby-pandoc-ruby: " zimoun
2020-09-11 10:43   ` [bug#43330] [PATCH 2/6] gnu: emacs-ox-pandoc: " zimoun
2020-09-11 10:43   ` [bug#43330] [PATCH 3/6] gnu: emacs-org-web-tools: " zimoun
2020-09-11 10:43   ` [bug#43330] [PATCH 4/6] gnu: manuskript: " zimoun
2020-09-11 10:43   ` [bug#43330] [PATCH 5/6] gnu: ganeti: " zimoun
2020-09-11 10:43   ` zimoun [this message]
2020-09-13 21:27 ` [bug#43330] [PATCH 0/6] " Ludovic Courtès
2020-09-13 21:39   ` Ricardo Wurmus
2020-09-14  7:59     ` zimoun
2020-09-14  8:03     ` bug#43330: " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200911104345.2834-6-zimon.toutoune@gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=43330@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).