diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-03-19 10:45:17 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-03-19 11:07:55 +0100 |
commit | 2915221bcba0ee152b9d1910ec2462f2d5ebf8e7 (patch) | |
tree | 4c7c8d695aa33cfdff902183c4507819723e661c /gnu/packages/bioinformatics.scm | |
parent | 9dcb4d22a4ed004db02f4443b697caf5f29531e0 (diff) | |
download | guix-2915221bcba0ee152b9d1910ec2462f2d5ebf8e7.tar guix-2915221bcba0ee152b9d1910ec2462f2d5ebf8e7.tar.gz |
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.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 1c9965ac10..91f5d617eb 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -12903,8 +12903,8 @@ methylation and segmentation.") ("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) |