guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: manuskript: Use pandoc instead of ghc-pandoc.


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

civodul pushed a commit to branch master
in repository guix.

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

    gnu: manuskript: Use pandoc instead of ghc-pandoc.
    
    * gnu/packages/text-editors.scm (manuskript)[inputs]: Replace ghc-pandoc 
with
    pandoc.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/text-editors.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index cbf7693..18f1c00 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -670,7 +670,7 @@ environment with Markdown markup.")
                    #:categories "Office;WordProcessor;"))
                #t))))))
     (inputs
-     `(("ghc-pandoc" ,ghc-pandoc)
+     `(("pandoc" ,pandoc)
        ("python-lxml" ,python-lxml)
        ("python-markdown" ,python-markdown)
        ("python-pyqt" ,python-pyqt)



reply via email to

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