mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-systemfonts: Add test inputs.
* gnu/packages/cran.scm (r-systemfonts)[native-inputs]: Add r-testthat. Change-Id: I6415152c864584021c9a752571260ffd609f8e57
This commit is contained in:
parent
75a5f90099
commit
66eca1a278
1 changed files with 1 additions and 1 deletions
|
@ -30175,7 +30175,7 @@ (define-public r-systemfonts
|
|||
(inputs
|
||||
(list fontconfig freetype zlib))
|
||||
(native-inputs
|
||||
(list pkg-config r-knitr))
|
||||
(list pkg-config r-knitr r-testthat))
|
||||
(home-page "https://github.com/r-lib/systemfonts")
|
||||
(synopsis "System native font finding")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue