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 1/6] gnu: ruby-pandoc-ruby: Use pandoc instead of ghc-pandoc.
Date: Fri, 11 Sep 2020 12:43:40 +0200	[thread overview]
Message-ID: <20200911104345.2834-1-zimon.toutoune@gmail.com> (raw)
In-Reply-To: <20200911104101.1805-1-zimon.toutoune@gmail.com>

* gnu/packages/ruby.scm (ruby-pandoc-ruby)[native-inputs]: Replace ghc-pandoc
with pandoc.
---
 gnu/packages/ruby.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index b181d1dc1f..c562ade153 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1115,7 +1115,7 @@ line of code.")
              #t))
          (add-after 'unpack 'patch-pandoc-path
            (lambda* (#:key inputs #:allow-other-keys)
-             (let ((pandoc (string-append (assoc-ref inputs "ghc-pandoc")
+             (let ((pandoc (string-append (assoc-ref inputs "pandoc")
                                           "/bin/pandoc")))
                (substitute* "lib/pandoc-ruby.rb"
                  (("@@pandoc_path = 'pandoc'")
@@ -1135,7 +1135,7 @@ line of code.")
     (native-inputs
      `(("ruby-mocha" ,ruby-mocha)))
     (inputs
-     `(("ghc-pandoc" ,ghc-pandoc)))
+     `(("pandoc" ,pandoc)))
     (synopsis "Ruby wrapper for Pandoc")
     (description "PandocRuby is a wrapper for Pandoc, a Haskell library with
 command line tools for converting one markup format to another.  Pandoc can
-- 
2.20.1





  reply	other threads:[~2020-09-11 11:21 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 ` zimoun [this message]
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   ` [bug#43330] [PATCH 6/6] gnu: rapicorn: " zimoun
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-1-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).