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

* gnu/packages/cran.scm (r-lifecycle)[native-inputs]: Remove r-knitr.
This commit is contained in:
Ricardo Wurmus 2022-12-19 13:47:53 +01:00
parent df822dffb3
commit 839a8fc59e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -22918,6 +22918,9 @@ (define-public r-lifecycle
(build-system r-build-system)
(propagated-inputs
(list r-cli r-glue r-rlang))
;; We can't add this here because via r-stringr this package ends up being
;; an input to r-knitr.
#;
(native-inputs
(list r-knitr)) ; for vignettes
(home-page "https://github.com/r-lib/lifecycle")