* [bug#45097] [PATCH] gnu: r-rmarkdown: Add missing propagated input.
@ 2020-12-07 10:23 Lars-Dominik Braun
2020-12-12 19:56 ` bug#45097: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Lars-Dominik Braun @ 2020-12-07 10:23 UTC (permalink / raw)
To: 45097
[-- Attachment #1: Type: text/plain, Size: 761 bytes --]
* gnu/packages/statistics.scm (r-rmarkdown) [propagated-inputs]: Add
pandoc-citeproc.
---
gnu/packages/statistics.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 314a11e429..64121db4c3 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2723,7 +2723,8 @@ certain criterion, e.g., it contains a certain regular file.")
("r-tinytex" ,r-tinytex)
("r-xfun" ,r-xfun)
("r-yaml" ,r-yaml)
- ("pandoc" ,pandoc)))
+ ("pandoc" ,pandoc)
+ ("pandoc-citeproc" ,pandoc-citeproc)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://rmarkdown.rstudio.com")
--
2.25.1
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#45097: [PATCH] gnu: r-rmarkdown: Add missing propagated input.
2020-12-07 10:23 [bug#45097] [PATCH] gnu: r-rmarkdown: Add missing propagated input Lars-Dominik Braun
@ 2020-12-12 19:56 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-12-12 19:56 UTC (permalink / raw)
To: Lars-Dominik Braun; +Cc: 45097-done
Hi,
Lars-Dominik Braun <ldb@leibniz-psychology.org> skribis:
> * gnu/packages/statistics.scm (r-rmarkdown) [propagated-inputs]: Add
> pandoc-citeproc.
Applied, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-12 19:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-07 10:23 [bug#45097] [PATCH] gnu: r-rmarkdown: Add missing propagated input Lars-Dominik Braun
2020-12-12 19:56 ` bug#45097: " Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.