3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Marius Bakke 2018-02-20 03:15:50 +01:00
parent 775989c7a8
commit 9d13e77adb
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -61,7 +61,7 @@
;; For tests.
("bc" ,bc)
("perl" ,perl) ; will also build Perl bindings
("tzdata" ,tzdata)))
("tzdata" ,tzdata-for-tests)))
(arguments
'(#:phases
(modify-phases %standard-phases