mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
9dcb4d22a4
commit
2915221bcb
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue