Re: Lilypond version

2017-09-05 Thread Ricardo Wurmus
Hi, > Here's what I have in variants.scm, in case I did something wrong there: […] > (define lilypond-stable This must be “define-public” instead of “define”; alternatively, you can add “lilypond-stable” to the list of exports in the module definition. Without this the variable is only defined l

Guix-HPC effort announced

2017-09-05 Thread Ludovic Courtès
Hello Guix! We’re happy to announce the Guix-HPC effort between Inria, the Max Delbrück Center for Molecular Medicine (MDC), and the Utrecht Bioinformatics Center (UBC): https://gnu.org/software/guix/news/announcing-guix-hpc.html As you know Ricardo has been deploying Guix and contributing to

Re: btrfs and subvolumes for root

2017-09-05 Thread Fredrik Salomonsson
> > Adjusting kernel parameters can be done with 'kernel-arguments'. Thanks, missed that option when looking through the manual. Been messing around with it for a few days trying to get this to work but so far no luck. I've made a few changes to my disk layout since my last email. Inspired by th

Re: Lilypond version

2017-09-05 Thread Mason Hock
That worked. Thanks! On Tue, 2017-09-05 at 09:33 +0200, Ricardo Wurmus wrote: > Hi, > > > Here's what I have in variants.scm, in case I did something wrong there: > […] > > (define lilypond-stable > > This must be “define-public” instead of “define”; alternatively, you can > add “lilypond-stable