me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/web.scm (nghttp2)[native-inputs]: Replace TZDATA with TZDATA-FOR-TESTS.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -6368,7 +6368,7 @@ derivation by David Revoy from the original MonsterID by Andreas Gohr.")
;; 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)