From: ludo@gnu.org (Ludovic Courtès)
To: Kei Yamashita <kei@openmailbox.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Correct libical zoneinfo search path.
Date: Wed, 11 May 2016 15:48:40 +0200 [thread overview]
Message-ID: <87mvnwwvrb.fsf@gnu.org> (raw)
In-Reply-To: <20160510165840.19dad23c@openmailbox.org> (Kei Yamashita's message of "Tue, 10 May 2016 16:58:40 -0400")
Kei Yamashita <kei@openmailbox.org> 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 <kei@openmailbox.org>
> 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’.
prev parent reply other threads:[~2016-05-11 13:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-10 4:06 [PATCH] gnu: Correct libical zoneinfo search path Kei Yamashita
2016-05-10 4:08 ` Kei Yamashita
2016-05-10 13:36 ` Ludovic Courtès
2016-05-10 20:58 ` Kei Yamashita
2016-05-11 13:48 ` Ludovic Courtès [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87mvnwwvrb.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=guix-devel@gnu.org \
--cc=kei@openmailbox.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).