guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Marius Bakke
Subject: 01/02: gnu: nghttp2: Use a fixed variant of tzdata for tests.
Date: Thu, 8 Mar 2018 07:24:38 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 875fe4b6b625fe4626403b42da72d5c20265d41f
Author: Marius Bakke <address@hidden>
Date:   Thu Mar 8 12:40:22 2018 +0100

    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 cfae9f9..f5e004e 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]