me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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)