From 875fe4b6b625fe4626403b42da72d5c20265d41f Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 8 Mar 2018 12:40:22 +0100 Subject: gnu: nghttp2: Use a fixed variant of tzdata for tests. * gnu/packages/web.scm (nghttp2)[native-inputs]: Replace TZDATA with TZDATA-FOR-TESTS. --- gnu/packages/web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3