guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: gnu: pigx-scrnaseq: Use pandoc-1.


From: Ricardo Wurmus
Subject: 05/06: gnu: pigx-scrnaseq: Use pandoc-1.
Date: Mon, 19 Mar 2018 06:08:13 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2915221bcba0ee152b9d1910ec2462f2d5ebf8e7
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Mar 19 10:45:17 2018 +0100

    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.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 1c9965a..91f5d61 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]