Re: Lilypond version

2017-08-15 Thread Ricardo Wurmus
Mason Hock writes: > 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? It has not been packaged, but it should not be difficult to add a variant for the stable version by inheriting

Re: Problems with GNU Parallel and ulimit

2017-08-15 Thread ericbavier
> 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 fol

Lilypond version

2017-08-15 Thread Martin Castillo
I currently have no access to a system with guix installed, but did you try $ guix package install lilypond@2.18.2 ? Martin

Re: Problems with GNU Parallel and ulimit

2017-08-15 Thread Eric Bavier
Sending response to the list this time... > 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

Re: Lilypond version

2017-08-15 Thread Ricardo Wurmus
Martin Castillo writes: > I currently have no access to a system with guix installed, but did you try > $ guix package install lilypond@2.18.2 > ? This would require a package definition for that version of lilypond and we don’t have that. My instructions for GUIX_PACKAGE_PATH would add such a

Re: various packaging issues

2017-08-15 Thread Adonay Felipe Nogueira
Yes, we do know who he is! :) Still, that issue is somewhat not clear to me, neither is the submission which started it all back in 2002. -- - [[https://libreplanet.org/wiki/User:Adfeno]] - Palestrante e consultor sobre /software/ livre (não confundir com gratis). - "WhatsApp"? Ele não é livr

Re: overriding essential-services

2017-08-15 Thread Ricardo Wurmus
Alex Kost writes: > Ricardo Wurmus (2017-08-11 22:26 +0200) wrote: > >> Hi Guix, >> >> I want to make sure that /etc/environment includes GUILE_LOAD_PATH and >> GUILE_LOAD_COMPILED_PATH, because that’s needed for offloading. >> “/etc/environment” is created by the “session-environment-service” >