[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Unison with non-Guix machines
From: |
zimoun |
Subject: |
Re: Unison with non-Guix machines |
Date: |
Tue, 24 Nov 2020 11:42:47 +0100 |
Hi Andreas,
On Tue, 24 Nov 2020 at 11:24, Andreas Enge <andreas@enge.fr> wrote:
> guix environment unison
> tar xvf `guix build unison -S`
> cd unison-2.51.2-checkout/
> make STATIC=true
It looks like you are doing by hand what “guix pack” does for you. ;-)
Especially, open the unison doc, look for the compiling options, burn
CPU to recompile it. Anyway. :-)
BTW, is it worth to add a recipe about Unison in the Cookbook?
Cheers,
simon