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.
This commit is contained in:
Ricardo Wurmus 2020-08-16 15:29:01 +02:00
parent ac6eba4eb4
commit 6f5530b9bc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13122,8 +13122,8 @@ (define-public pigx-scrnaseq
("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)