guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: pigx-bsseq: Use pandoc-1.


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

rekado pushed a commit to branch master
in repository guix.

commit 9dcb4d22a4ed004db02f4443b697caf5f29531e0
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Mar 19 10:44:55 2018 +0100

    gnu: pigx-bsseq: Use pandoc-1.
    
    * gnu/packages/bioinformatics.scm (pigx-bsseq)[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 59cd1bd..1c9965a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12845,8 +12845,8 @@ in an easily configurable manner.")
        ("r-bookdown" ,r-bookdown)
        ("r-ggplot2" ,r-ggplot2)
        ("r-ggbio" ,r-ggbio)
-       ("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)
        ("snakemake" ,snakemake)



reply via email to

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