gnu: pigx-chipseq: Use statically linked Pandoc.

* gnu/packages/bioinformatics.scm (pigx-chipseq)[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:28:06 +02:00
parent 2cb9f0f2a6
commit c0ad6dc976
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13015,8 +13015,8 @@ (define-public pigx-chipseq
("macs" ,macs)
("multiqc" ,multiqc)
("perl" ,perl)
("ghc-pandoc" ,ghc-pandoc)
("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc)
("pandoc" ,pandoc)
("pandoc-citeproc" ,pandoc-citeproc)
("fastqc" ,fastqc)
("bowtie" ,bowtie)
("idr" ,idr)