guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Correct libical zoneinfo search path.


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: Correct libical zoneinfo search path.
Date: Wed, 11 May 2016 15:48:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Kei Yamashita <address@hidden> skribis:

> Is this what you mean?
>
> +             (let ((tzdata (assoc-ref %build-inputs "tzdata")))
> +               (substitute* "src/libical/icaltz-util.c"
> +                 (("char \\*search_paths \\[\\] =.*$")
> +                  (string-append
> +                   "char *search_paths [] = "
> +                   "{\"" tzdata "/share/zoneinfo\"};\n"))))

Exactly.

> From 3a1e3ef7815fb1ee7e79c00103471c01524de7dd Mon Sep 17 00:00:00 2001
> From: Kei Yamashita <address@hidden>
> Date: Tue, 10 May 2016 16:56:42 -0400
> Subject: [PATCH] gnu: Correct libical zoneinfo search path.
>
> * gnu/packages/calendar.scm (libical)[arguments]: substitute FHS-compliant
> zoneinfo folders with location of tzdata's zoneinfo folder.

Pushed, thank you!

Ludo’.



reply via email to

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