I notice that Guix has Lilypond 2.19.58, which is the current unstable
version. Is it possible to access the current stable version, Lilypond
2.18.2, via Guix?
Thank you.
On 08/15/2017 at 00:14 Arun Isaac writes:
> Leo Famulari writes:
>
>> On Mon, Aug 14, 2017 at 12:46:25PM +1000, Ben Woodcroft wrote:
>>> On 14/08/17 12:31, Arun Isaac wrote:
>>> > Does `parallel' work for anybody? When I run
>>> >
>>> > $ ls | parallel echo
>>> >
>>> > I get the following error
On Mon, Aug 14, 2017 at 12:14:54AM +0800, Z. Ren wrote:
> Hello Guix,
>
> I'm playing around with the reproducible issues recently. After some
> investigation work, I tried fixing the unreproducible issues for three
> packages, and sent the patches to the guix-patches (mentioned in the
> guix manu
Arun Isaac writes:
> Leo Famulari writes:
>
>> On Mon, Aug 14, 2017 at 12:46:25PM +1000, Ben Woodcroft wrote:
>>> On 14/08/17 12:31, Arun Isaac wrote:
>>> > Does `parallel' work for anybody? When I run
>>> >
>>> > $ ls | parallel echo
>>> >
>>> > I get the following error message, and nothing h
Leo Famulari writes:
> On Mon, Aug 14, 2017 at 12:46:25PM +1000, Ben Woodcroft wrote:
>> On 14/08/17 12:31, Arun Isaac wrote:
>> > Does `parallel' work for anybody? When I run
>> >
>> > $ ls | parallel echo
>> >
>> > I get the following error message, and nothing happens.
>> It works fine for m
On Mon, Aug 14, 2017 at 12:46:25PM +1000, Ben Woodcroft wrote:
> On 14/08/17 12:31, Arun Isaac wrote:
> > Does `parallel' work for anybody? When I run
> >
> > $ ls | parallel echo
> >
> > I get the following error message, and nothing happens.
> It works fine for me using Guix on a foreign OS, an
Paul Dufresne writes:
> It takes 45 mins. on my relatively old dual core to guix-pull (would
> say 95% of the time
> compiling).
I have the same machine you do. I have opted to stop xorg and enter
tty1. Then, when the download is finished, I stop networking in order to
make use of the least reso
Hello Leo and Ricardo,
Leo Famulari writes:
…
> You can see the GC root symlinks in /var/guix/gcroots. You can make a
> new GC root manually by adding a symlink to the store item you want to
> preserve. For example:
>
> $ ln --symbolic $(guix build hello) /var/guix/gcroots/my-hello
Just for th