mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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:
parent
df822dffb3
commit
839a8fc59e
1 changed files with 3 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue