gnu: r-chk: Add missing input.

* gnu/packages/cran.scm (r-chk)[native-inputs]: Add tzdata-for-tests.
[properties]: Tell updater to keep it.

Change-Id: I86058064135869dadb79d490f16a8b7ea5fd4661
This commit is contained in:
Ricardo Wurmus 2024-11-29 21:14:54 +01:00 committed by Andreas Enge
parent a0032ff706
commit e02d5cb646
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -21500,11 +21500,13 @@ (define-public r-chk
(sha256
(base32
"0f6ilq9pbb6mgvclp6ksbaw8353wf114p1xqhlmkwgsfh2bg63xg"))))
(properties `((upstream-name . "chk")))
(properties
`((upstream-name . "chk")
(updater-extra-native-inputs . ("tzdata-for-tests"))))
(build-system r-build-system)
(propagated-inputs
(list r-lifecycle r-rlang))
(native-inputs (list r-knitr r-testthat))
(native-inputs (list r-knitr r-testthat tzdata-for-tests))
(home-page "https://github.com/poissonconsulting/chk")
(synopsis "Check user-supplied function arguments")
(description