[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: ganeti: Use pandoc instead of ghc-pandoc.
From: |
guix-commits |
Subject: |
09/10: gnu: ganeti: 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 885332832cf0eebcb80094acc4c98e4bb01b2493
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Sep 11 12:43:44 2020 +0200
gnu: ganeti: Use pandoc instead of ghc-pandoc.
* gnu/packages/text-editors.scm (ganeti)[native-inputs]: Replace ghc-pandoc
with pandoc.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/virtualization.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 9880acf..8e634ba 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -679,7 +679,7 @@ server and embedded PowerPC, and S390 guests.")
;; For the documentation.
("python-docutils" ,python-docutils)
("sphinx" ,python-sphinx)
- ("pandoc" ,ghc-pandoc)
+ ("pandoc" ,pandoc)
("dot" ,graphviz)
;; Test dependencies.
- branch master updated (24244f3 -> c22c6de), guix-commits, 2020/09/14
- 01/10: .dir-locals.el: fix call-with-{retrying-}transaction indenting., guix-commits, 2020/09/14
- 02/10: deduplication: pass store directory to replace-with-link., guix-commits, 2020/09/14
- 04/10: database: register-items: reduce transaction scope., guix-commits, 2020/09/14
- 03/10: database: document extra registration requirements., guix-commits, 2020/09/14
- 05/10: gnu: ruby-pandoc-ruby: Use pandoc instead of ghc-pandoc., guix-commits, 2020/09/14
- 07/10: gnu: emacs-org-web-tools: Use pandoc instead of ghc-pandoc., guix-commits, 2020/09/14
- 09/10: gnu: ganeti: Use pandoc instead of ghc-pandoc.,
guix-commits <=
- 10/10: gnu: rapicorn: Use pandoc instead of ghc-pandoc., guix-commits, 2020/09/14
- 06/10: gnu: emacs-ox-pandoc: Use pandoc instead of ghc-pandoc., guix-commits, 2020/09/14
- 08/10: gnu: manuskript: Use pandoc instead of ghc-pandoc., guix-commits, 2020/09/14