From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Jeremy Korwin-Zmijowski Newsgroups: gmane.lisp.guile.user Subject: Re: configuring apps for guile Date: Thu, 13 Feb 2020 07:59:55 +0100 Message-ID: <87768b8d108353bf77ecbb0f9a2ea02f53dbe8af.camel@korwin-zmijowski.fr> References: <5f967b74-9704-bd49-de82-97a2f1c665df@gmail.com> <9666d22a-c0c0-0aef-0a86-58cb7132da37@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="97636"; mail-complaints-to="usenet@ciao.gmane.io" To: Matt Wette , guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Thu Feb 13 08:00:12 2020 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1j28Ts-000PKf-B2 for guile-user@m.gmane-mx.org; Thu, 13 Feb 2020 08:00:12 +0100 Original-Received: from localhost ([::1]:48064 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j28Tq-0001bD-Ch for guile-user@m.gmane-mx.org; Thu, 13 Feb 2020 02:00:11 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52407) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j28Tf-0001aa-Kz for guile-user@gnu.org; Thu, 13 Feb 2020 02:00:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j28Te-0007E8-Nt for guile-user@gnu.org; Thu, 13 Feb 2020 01:59:59 -0500 Original-Received: from relay2-d.mail.gandi.net ([217.70.183.194]:37777) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j28Te-0007Dk-IJ for guile-user@gnu.org; Thu, 13 Feb 2020 01:59:58 -0500 X-Originating-IP: 91.169.127.99 Original-Received: from patch (91-169-127-99.subs.proxad.net [91.169.127.99]) (Authenticated sender: jeremy@korwin-zmijowski.fr) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id BDA5E40007; Thu, 13 Feb 2020 06:59:55 +0000 (UTC) In-Reply-To: <9666d22a-c0c0-0aef-0a86-58cb7132da37@gmail.com> X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.194 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:16169 Archived-At: Le mercredi 12 février 2020 à 06:04 -0800, Matt Wette a écrit : > > On 2/12/20 5:54 AM, Matt Wette wrote: > > Here is my solution. What do you think? If $prefix is the same > > as > > used to build guile > > then I use the directories from $guile. Otherwise, I use the > > default. This now works on > > ubuntu and guix. > > > > CorrectIon: "directories from $guile" means from paths generated > from, > for example, > guile -c "((display (assq-ref %guile-build-info 'site-ccache- > dir))" > > Matt > Hello Matt ! I am on my way to build a Guile app then I will try to package it for Guix. I may end up trying this and come back with feedback (if not too far in time haha), thanks for sharing. Jérémy