guix-commits
[Top][All Lists]
Advanced

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

01/80: gnu: r-vctrs: Remove r-knitr from native inputs.


From: guix-commits
Subject: 01/80: gnu: r-vctrs: Remove r-knitr from native inputs.
Date: Mon, 19 Dec 2022 12:31:48 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit df822dffb37a72886a49bc66be59b46dc018c27c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 19 13:47:08 2022 +0100

    gnu: r-vctrs: Remove r-knitr from native inputs.
    
    * gnu/packages/cran.scm (r-vctrs)[native-inputs]: Remove.
---
 gnu/packages/cran.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5a76c76c6e..f928403bd6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7736,6 +7736,9 @@ estimated from a given sample.")
     (build-system r-build-system)
     (propagated-inputs
      (list r-cli r-glue r-lifecycle r-rlang))
+    ;; We can't have r-knitr among the inputs here, because r-vctrs ends up
+    ;; being an eventual input to r-knitr.
+    #;
     (native-inputs
      (list r-knitr))
     (home-page "https://github.com/r-lib/vctrs";)



reply via email to

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