guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: pigx-rnaseq: Use pandoc-1.


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

rekado pushed a commit to branch master
in repository guix.

commit 1a29fc3ff95a6e5155607893a45e39ba75c1b806
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Mar 19 10:43:28 2018 +0100

    gnu: pigx-rnaseq: Use pandoc-1.
    
    * gnu/packages/bioinformatics.scm (pigx-rnaseq)[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 7875479..3672241 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12720,8 +12720,8 @@ once.  This package provides tools to perform Drop-seq 
analyses.")
        ("r-rtracklayer" ,r-rtracklayer)
        ("r-rjson" ,r-rjson)
        ("salmon" ,salmon)
-       ("ghc-pandoc" ,ghc-pandoc)
-       ("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc)
+       ("ghc-pandoc" ,ghc-pandoc-1)
+       ("ghc-pandoc-citeproc" ,ghc-pandoc-citeproc-with-pandoc-1)
        ("python-wrapper" ,python-wrapper)
        ("python-pyyaml" ,python-pyyaml)))
     (home-page "http://bioinformatics.mdc-berlin.de/pigx/";)



reply via email to

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