aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-03-08 12:40:22 +0100
committerMarius Bakke <mbakke@fastmail.com>2018-03-08 13:23:22 +0100
commit875fe4b6b625fe4626403b42da72d5c20265d41f (patch)
treee325ca369c0225dbfd6a8c780a1fc270b822ba63
parentc32e3ddedd103318ca3f0a4bf0c91c91e2517806 (diff)
downloadguix-875fe4b6b625fe4626403b42da72d5c20265d41f.tar
guix-875fe4b6b625fe4626403b42da72d5c20265d41f.tar.gz
gnu: nghttp2: Use a fixed variant of tzdata for tests.
* gnu/packages/web.scm (nghttp2)[native-inputs]: Replace TZDATA with TZDATA-FOR-TESTS.
-rw-r--r--gnu/packages/web.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index cfae9f9253..f5e004eda5 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -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)