guix-commits
[Top][All Lists]
Advanced

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

16/18: gnu: pigx-bsseq: Use statically linked Pandoc.


From: guix-commits
Subject: 16/18: gnu: pigx-bsseq: Use statically linked Pandoc.
Date: Sun, 16 Aug 2020 09:59:07 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ac6eba4eb4129a4f0c43cd9be1b03618361957b2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 16 15:28:42 2020 +0200

    gnu: pigx-bsseq: Use statically linked Pandoc.
    
    * gnu/packages/bioinformatics.scm (pigx-bsseq)[inputs]: Use pandoc and
    pandoc-citeproc instead of ghc-pandoc and ghc-pandoc-citeproc.
---
 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 967709f..0337223 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -13077,8 +13077,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)
+       ("pandoc" ,pandoc)
+       ("pandoc-citeproc" ,pandoc-citeproc)
        ("python-wrapper" ,python-wrapper)
        ("python-pyyaml" ,python-pyyaml)
        ("snakemake" ,snakemake)



reply via email to

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