[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: configuring apps for guile
From: |
Jeremy Korwin-Zmijowski |
Subject: |
Re: configuring apps for guile |
Date: |
Thu, 13 Feb 2020 07:59:55 +0100 |
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