gnu: nghttp2: Use a fixed variant of tzdata for tests.

* gnu/packages/web.scm (nghttp2)[native-inputs]: Replace TZDATA with TZDATA-FOR-TESTS.
This commit is contained in:
Marius Bakke 2018-03-08 12:40:22 +01:00
parent c32e3ddedd
commit 875fe4b6b6
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -6368,7 +6368,7 @@ (define-public nghttp2
;; Required by tests.
("cunit" ,cunit)
("tzdata" ,tzdata)))
("tzdata" ,tzdata-for-tests)))
(inputs
;; Required to build the tools (i.e. without --enable-lib-only).
`(("c-ares" ,c-ares)