[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/18: gnu: r-abseqr: Use pandoc instead of ghc-pandoc.
From: |
guix-commits |
Subject: |
06/18: gnu: r-abseqr: Use pandoc instead of ghc-pandoc. |
Date: |
Sun, 16 Aug 2020 09:59:03 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 6fa5e4aaae00e80648408a790fb6e1b3a4fad45f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Aug 15 16:36:45 2020 +0200
gnu: r-abseqr: Use pandoc instead of ghc-pandoc.
* gnu/packages/bioconductor.scm (r-abseqr)[inputs]: Replace ghc-pandoc with
pandoc.
---
gnu/packages/bioconductor.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 4a37681..d6622b7 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4089,7 +4089,7 @@ Affymetrix arrays.")
(properties `((upstream-name . "abseqR")))
(build-system r-build-system)
(inputs
- `(("pandoc" ,ghc-pandoc)))
+ `(("pandoc" ,pandoc)))
(propagated-inputs
`(("r-biocparallel" ,r-biocparallel)
("r-biocstyle" ,r-biocstyle)
- branch master updated (0ba3a38 -> 4d55432), guix-commits, 2020/08/16
- 01/18: gnu: r-rcas: Use pandoc instead of ghc-pandoc., guix-commits, 2020/08/16
- 02/18: gnu: r-bayesplot: Use pandoc instead of ghc-pandoc, guix-commits, 2020/08/16
- 03/18: gnu: r-rgl: Use pandoc instead of ghc-pandoc., guix-commits, 2020/08/16
- 05/18: gnu: r-filematrix: Use pandoc-citeproc instead of ghc-pandoc-citeproc., guix-commits, 2020/08/16
- 06/18: gnu: r-abseqr: Use pandoc instead of ghc-pandoc.,
guix-commits <=
- 07/18: gnu: r-abseqr: Add pandoc-citeproc., guix-commits, 2020/08/16
- 08/18: gnu: r-nbconvertr: Use pandoc instead of ghc-pandoc., guix-commits, 2020/08/16
- 09/18: gnu: r-rstanarm: Use pandoc instead of ghc-pandoc., guix-commits, 2020/08/16
- 14/18: gnu: pigx-rnaseq: Use statically linked Pandoc., guix-commits, 2020/08/16
- 04/18: gnu: r-bookdown: Use pandoc instead of ghc-pandoc., guix-commits, 2020/08/16
- 11/18: gnu: r-rstantools: Use pandoc instead of ghc-pandoc., guix-commits, 2020/08/16
- 13/18: gnu: r-loo: Use pandoc and pandoc-citeproc instead of the libraries., guix-commits, 2020/08/16
- 16/18: gnu: pigx-bsseq: Use statically linked Pandoc., guix-commits, 2020/08/16
- 10/18: gnu: r-stanheaders: Use pandoc instead of ghc-pandoc., guix-commits, 2020/08/16
- 17/18: gnu: pigx-scrnaseq: Use statically linked Pandoc., guix-commits, 2020/08/16