Re: [PATCH 2/2] profiles: Build GTK+ input module cache.

2016-10-30 Thread Ricardo Wurmus
Hi Ludo, I had already pushed the change by the time I got this email, and then I forgot to reply to it in time. While trying to clean up my massive Guix inbox I stumbled upon this unreplied email. My apologies for the delay! Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * guix/pro

Re: [PATCH 2/2] profiles: Build GTK+ input module cache.

2016-09-26 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * guix/profiles.scm (gtk-im-modules): New procedure. > (%default-profile-hooks): Add it. Very nice! > +(define (gtk-im-modules manifest) > + "Return a derivation that builds the cache files for input method modules > +for both major versions of GTK+." > + > + (mlet %

Re: [PATCH 2/2] profiles: Build GTK+ input module cache.

2016-09-25 Thread Ricardo Wurmus
宋文武 writes: > Ricardo Wurmus writes: > >> * guix/profiles.scm (gtk-im-modules): New procedure. >> (%default-profile-hooks): Add it. >> --- >> guix/profiles.scm | 63 >> +++ >> 1 file changed, 63 insertions(+) >> >> diff --git a/guix/profiles

Re: [PATCH 2/2] profiles: Build GTK+ input module cache.

2016-09-25 Thread 宋文武
Ricardo Wurmus writes: > * guix/profiles.scm (gtk-im-modules): New procedure. > (%default-profile-hooks): Add it. > --- > guix/profiles.scm | 63 > +++ > 1 file changed, 63 insertions(+) > > diff --git a/guix/profiles.scm b/guix/profiles.scm >

[PATCH 2/2] profiles: Build GTK+ input module cache.

2016-09-22 Thread Ricardo Wurmus
* guix/profiles.scm (gtk-im-modules): New procedure. (%default-profile-hooks): Add it. --- guix/profiles.scm | 63 +++ 1 file changed, 63 insertions(+) diff --git a/guix/profiles.scm b/guix/profiles.scm index 78deeb7..1a522ae 100644 --- a/guix/p