mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rrdtool: Use a fixed version of tzdata for tests.
* gnu/packages/rrdtool.scm (rrdtool)[native-inputs]: Replace TZDATA with TZDATA-FOR-TESTS.
This commit is contained in:
parent
775989c7a8
commit
9d13e77adb
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ (define-public rrdtool
|
|||
;; For tests.
|
||||
("bc" ,bc)
|
||||
("perl" ,perl) ; will also build Perl bindings
|
||||
("tzdata" ,tzdata)))
|
||||
("tzdata" ,tzdata-for-tests)))
|
||||
(arguments
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue