summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-08-16 15:29:01 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-08-16 15:57:27 +0200
commit6f5530b9bc3b3fcf6958ed3854d361f38d095a95 (patch)
tree0208cb3f0f33c0a9e988b94e84272076fbe75cfa
parentac6eba4eb4129a4f0c43cd9be1b03618361957b2 (diff)
downloadguix-6f5530b9bc3b3fcf6958ed3854d361f38d095a95.tar.gz
gnu: pigx-scrnaseq: Use statically linked Pandoc.
* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[inputs]: Use pandoc and
pandoc-citeproc instead of ghc-pandoc and ghc-pandoc-citeproc.
-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 0337223def..4c89aa4ef2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13122,8 +13122,8 @@ methylation and segmentation.")
        ("python-magic" ,python-magic)
        ("python-numpy" ,python-numpy)
        ("python-loompy" ,python-loompy)
-       ("ghc-pandoc" ,ghc-pandoc)
-       ("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc)
+       ("pandoc" ,pandoc)
+       ("pandoc-citeproc" ,pandoc-citeproc)
        ("samtools" ,samtools)
        ("snakemake" ,snakemake)
        ("star" ,star)