If no one is working on it or has any plan to do so, maybe I can volunteer in the future 😊 But I am still learning both Guix and Racket… 😊
(I am thinking of starting a “worker cooperative” that specializes in legacy enterprise software replacement projects. Both Guix and Racket will be important tools of trade I imagine 😊) -Yasu From: jgart Sent: Sunday, December 13, 2020 3:43 AM To: help-guix@gnu.org Subject: Re: Racket (require gregor) There is not a racket-build-system for guix yet, atleast to my knowledge. I see we just got a chicken-build-system though :). Is anyone working on a racket-build-system? December 12, 2020 12:01 PM, help-guix-requ...@gnu.org wrote: > Send Help-Guix mailing list submissions to > help-guix@gnu.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.gnu.org/mailman/listinfo/help-guix > or, via email, send a message with subject or body 'help' to > help-guix-requ...@gnu.org > > You can reach the person managing the list at > help-guix-ow...@gnu.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Help-Guix digest..." > > Today's Topics: > > 1. Re: Racket (require gregor) (yasu) > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 12 Dec 2020 17:52:02 +0900 > From: yasu <y...@yasuaki.com> > To: Tobias Geerinckx-Rice <m...@tobias.gr> > Cc: help-guix@gnu.org > Subject: Re: Racket (require gregor) > Message-ID: > <93b54a78bcdf382d85d785dc8afc79a29ef968dc.ca...@yasuaki.com> > Content-Type: text/plain; charset="UTF-8" > > 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 > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > Help-Guix mailing list > Help-Guix@gnu.org > https://lists.gnu.org/mailman/listinfo/help-guix > > ------------------------------ > > End of Help-Guix Digest, Vol 61, Issue 21 > *****************************************