me
/
guix
Archived
1
0
Fork 0

gnu: r-vctrs: Remove r-knitr from native inputs.

* gnu/packages/cran.scm (r-vctrs)[native-inputs]: Remove.
Ricardo Wurmus 2022-12-19 13:47:08 +01:00
parent 5281bcc858
commit df822dffb3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 0 deletions

View File

@ -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")