guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: mu: Use a fixed variant of tzdata for the mu tests.


From: Leo Famulari
Subject: 02/02: gnu: mu: Use a fixed variant of tzdata for the mu tests.
Date: Thu, 8 Feb 2018 23:18:48 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 63298f14c9679735c6c930e10b0e836666391f01
Author: Leo Famulari <address@hidden>
Date:   Thu Feb 8 18:11:59 2018 -0500

    gnu: mu: Use a fixed variant of tzdata for the mu tests.
    
    * gnu/packages/mail.scm (mu)[inputs]: Remove tzdata.
    [native-inputs]: Add tzdata-2017a.
---
 gnu/packages/mail.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 22c8574..b0bb590 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -546,14 +546,14 @@ security functionality including PGP, S/MIME, SSH, and 
SSL.")
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("glib" ,glib "bin")             ; for gtester
-       ("emacs" ,emacs-minimal)))
+       ("emacs" ,emacs-minimal)
+       ("tzdata" ,tzdata-2017a)))   ;for mu/test/test-mu-query.c
     ;; TODO: Add webkit and gtk to build the mug GUI.
     (inputs
      `(("xapian" ,xapian)
        ("guile" ,guile-2.2)
        ("glib" ,glib)
-       ("gmime" ,gmime)
-       ("tzdata" ,tzdata)))             ;for mu/test/test-mu-query.c
+       ("gmime" ,gmime)))
     (arguments
      `(#:modules ((guix build gnu-build-system)
                   (guix build utils)



reply via email to

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