mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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:
parent
a0032ff706
commit
e02d5cb646
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue