mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@
|
||||||
;; 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…
Add table
Add a link
Reference in a new issue