gnu: pigx-scrnaseq: Use pandoc-1.

* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[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:45:17 +01:00
parent 9dcb4d22a4
commit 2915221bcb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12903,8 +12903,8 @@ (define-public pigx-scrnaseq
("python-pandas" ,python-pandas)
("python-numpy" ,python-numpy)
("python-loompy" ,python-loompy)
("ghc-pandoc" ,ghc-pandoc)
("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc)
("ghc-pandoc" ,ghc-pandoc-1)
("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc-with-pandoc-1)
("snakemake" ,snakemake)
("star" ,star)
("r-minimal" ,r-minimal)