mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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:
parent
c32e3ddedd
commit
875fe4b6b6
1 changed files with 1 additions and 1 deletions
|
@ -6368,7 +6368,7 @@ (define-public nghttp2
|
||||||
|
|
||||||
;; Required by tests.
|
;; Required by tests.
|
||||||
("cunit" ,cunit)
|
("cunit" ,cunit)
|
||||||
("tzdata" ,tzdata)))
|
("tzdata" ,tzdata-for-tests)))
|
||||||
(inputs
|
(inputs
|
||||||
;; Required to build the tools (i.e. without ‘--enable-lib-only’).
|
;; Required to build the tools (i.e. without ‘--enable-lib-only’).
|
||||||
`(("c-ares" ,c-ares)
|
`(("c-ares" ,c-ares)
|
||||||
|
|
Loading…
Reference in a new issue