summaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-08-16 15:28:42 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-08-16 15:57:27 +0200
commitac6eba4eb4129a4f0c43cd9be1b03618361957b2 (patch)
tree1311c3722c6964fc50315a221ba4a829afab6f61 /gnu/packages/bioinformatics.scm
parentc0ad6dc976738e0ba21904f7290cf89512c0b5b3 (diff)
downloadguix-patches-ac6eba4eb4129a4f0c43cd9be1b03618361957b2.tar
guix-patches-ac6eba4eb4129a4f0c43cd9be1b03618361957b2.tar.gz
gnu: pigx-bsseq: Use statically linked Pandoc.
* gnu/packages/bioinformatics.scm (pigx-bsseq)[inputs]: Use pandoc and pandoc-citeproc instead of ghc-pandoc and ghc-pandoc-citeproc.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 967709f023..0337223def 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13077,8 +13077,8 @@ in an easily configurable manner.")
("r-bookdown" ,r-bookdown)
("r-ggplot2" ,r-ggplot2)
("r-ggbio" ,r-ggbio)
- ("ghc-pandoc" ,ghc-pandoc)
- ("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc)
+ ("pandoc" ,pandoc)
+ ("pandoc-citeproc" ,pandoc-citeproc)
("python-wrapper" ,python-wrapper)
("python-pyyaml" ,python-pyyaml)
("snakemake" ,snakemake)