mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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.
|
||||
("cunit" ,cunit)
|
||||
("tzdata" ,tzdata)))
|
||||
("tzdata" ,tzdata-for-tests)))
|
||||
(inputs
|
||||
;; Required to build the tools (i.e. without ‘--enable-lib-only’).
|
||||
`(("c-ares" ,c-ares)
|
||||
|
|
Loading…
Reference in a new issue