gnu: pigx-chipseq: Use pandoc-1.

* gnu/packages/bioinformatics.scm (pigx-chipseq)[inputs]: Replace ghc-pandoc
with ghc-pandoc-1, and ghc-pandoc-citeproc with
ghc-pandoc-citeproc-with-pandoc-1.
This commit is contained in:
Ricardo Wurmus 2018-03-19 10:44:32 +01:00
parent 1a29fc3ff9
commit fd757a8f21
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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