Hi Andreas, On Tue, 24 Nov 2020 at 11:24, Andreas Enge <andr...@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