diff options
author | zimoun <zimon.toutoune@gmail.com> | 2020-09-11 12:43:44 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-09-14 10:51:27 +0200 |
commit | 885332832cf0eebcb80094acc4c98e4bb01b2493 (patch) | |
tree | 11e419c14bcad8e220461e00501b45f52b7d12a9 | |
parent | 5dc5a3116b4aa90b2c0bbf3cffba0286abb75147 (diff) |
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>
-rw-r--r-- | gnu/packages/virtualization.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index 9880acf085..8e634ba6c6 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. |