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
@ -61,7 +61,7 @@
|
|||||||
;; For tests.
|
;; For tests.
|
||||||
("bc" ,bc)
|
("bc" ,bc)
|
||||||
("perl" ,perl) ; will also build Perl bindings
|
("perl" ,perl) ; will also build Perl bindings
|
||||||
("tzdata" ,tzdata)))
|
("tzdata" ,tzdata-for-tests)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
Loading…
Reference in New Issue
Block a user