guix-devel
[Top][All Lists]
Advanced

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

Re: Need help fixing testcases with time-difference


From: Hartmut Goebel
Subject: Re: Need help fixing testcases with time-difference
Date: Thu, 18 Aug 2016 17:17:49 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Hi,

> I think you need to tell it where to find timezone data as well. Try
> adding a phase like this:
>
>           (add-before 'check 'set-tzdir
>             (lambda* (#:key inputs #:allow-other-keys)
>               (setenv "TZDIR"
>                       (string-append (assoc-ref inputs "tzdata")
>                                      "/share/zoneinfo"))
>               #t))

This was what I've been searching for and this did the trick! Thanks a
lot! You are great!

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | address@hidden               |
| www.crazy-compilers.com | compilers which you thought are impossible |




reply via email to

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