From: yasu <yasu@yasuaki.com>
To: Tobias Geerinckx-Rice <me@tobias.gr>
Cc: help-guix@gnu.org
Subject: Re: Racket (require gregor)
Date: Sat, 12 Dec 2020 17:52:02 +0900 [thread overview]
Message-ID: <93b54a78bcdf382d85d785dc8afc79a29ef968dc.camel@yasuaki.com> (raw)
In-Reply-To: <87czzgl8t2.fsf@nckx>
Thank you Tobias, it worked!
I ended up modifying below section as shown:
~/.racket/7.9/pkgs/tzinfo/tzinfo/private$ nvim zoneinfo.rkt
(define default-zoneinfo-search-path
(list
(path->string
(build-path
(string-replace
(with-output-to-string
(lambda ()
(system "guix build tzdata"))) "\n" "" )
"share" "zoneinfo"))
"/usr/share/zoneinfo"
"/usr/share/lib/zoneinfo"
"/etc/zoneinfo"))
But surely this is not the way to do it in Guix...
I wonder if there is a proper Guix integration for Racket's raco
package manager?
-Yasu
On Fri, 2020-12-11 at 15:24 +0100, Tobias Geerinckx-Rice wrote:
> Hi Yasu,
>
> Yasuaki Kudo 写道:
> > Damn HTML doesn't work😅
>
> Yes. Please don't send HTML e-mail to mailing lists: most people
> don't like receiving it (e.g., sending me HTML mail is guaranteed
> to land you in my Spam bin) & you never know how your mail will
> appear to others.
>
> > (Resending, my html email keeps failing... Is this mailing list
> > automatically converting HTML messages to Plain Text or
> > something??)
>
> Yes. We have enabled both ‘convert text/html parts to plain text’
> and ‘collapse multipart/alternative to its first part content’.
>
> > If there are users of
> > Racket..., would you please try the same and see if it works for
> > you?
>
> I get the same error, with the tzdata Racket (and Guix, just in
> case) package install.
>
> If I manually add $(guix build tzdata)/share/zoneinfo to
> pkgs/tzinfo/tzinfo/private/zoneinfo.rkt's
> default-zoneinfo-search-path, it works.
>
> However, I didn't notice a $TZDIR-like mechanism to do so
> ‘properly’.
>
> Kind regards,
>
> T G-R
next prev parent reply other threads:[~2020-12-12 8:52 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-11 12:12 Racket (require gregor) yasu
2020-12-11 12:15 ` yasu
2020-12-11 12:19 ` Yasuaki Kudo
2020-12-11 14:24 ` Tobias Geerinckx-Rice
2020-12-12 8:52 ` yasu [this message]
2020-12-19 22:05 ` Bonface M. K.
[not found] <mailman.69.1607792450.6761.help-guix@gnu.org>
2020-12-12 18:03 ` jgart
2020-12-15 21:03 ` Yasuaki Kudo
2020-12-19 22:01 ` Bonface M. K.
2020-12-19 21:59 ` Bonface M. K.
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=93b54a78bcdf382d85d785dc8afc79a29ef968dc.camel@yasuaki.com \
--to=yasu@yasuaki.com \
--cc=help-guix@gnu.org \
--cc=me@tobias.gr \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.