guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/10: gnu: ruby-pandoc-ruby: Use pandoc instead of ghc-pandoc.


From: guix-commits
Subject: 05/10: gnu: ruby-pandoc-ruby: Use pandoc instead of ghc-pandoc.
Date: Mon, 14 Sep 2020 04:54:37 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 8cc8e584ab664057562ccf419031875127a6a395
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Sep 11 12:43:40 2020 +0200

    gnu: ruby-pandoc-ruby: Use pandoc instead of ghc-pandoc.
    
    * gnu/packages/ruby.scm (ruby-pandoc-ruby)[native-inputs]: Replace 
ghc-pandoc
    with pandoc.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 b181d1d..c562ade 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]