Re: [PATCH 1/2] profiles: Add xdg-desktop-database hook.

2016-02-03 Thread 宋文武
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 skribis: > >> * guix/profiles (xdg-desktop-database): New function. >> (%default-profile-hooks): Add it. > > Nice! > >> + (update-desktop-database (string-append >> + #+desktop-file-utils >> +

[PATCH] gnu: gdk-pixbuf: Disable pixbuf-scale test.

2016-02-03 Thread Jookia
On systems with little ram (2G in my case) the pixbuf-scale test will either freeze the system of cause excessive swapping without the test every completing. * gnu/packages/gtk.scm (gdk-pixbuf): Don't run 'pixbuf-scale' test. --- gnu/packages/gtk.scm | 3 +++ 1 file changed, 3 insertions(+) diff

[PATCH] gnu: net-tools: Use a different source mirror.

2016-02-03 Thread Jookia
The current mirror for the source code now points to a domain parking website, so instead use this mirror I found online. * gnu/packages/linux.scm (net-tools): Use a different uri for the origin. --- gnu/packages/linux.scm | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/

Re: The new Hydra

2016-02-03 Thread Christopher Allan Webber
Ludovic Courtès writes: > Hi! > > As you know the fundraiser has given us $8,000+ thanks to everyone here. > (8,266 to be precise, see > .) > > We intend to buy a server with hardware from Minifree¹, which can run > Libr

Re: FOSDEM 2016 slides

2016-02-03 Thread Arne Babenhauserheide
Alex Sassmannshausen writes: >> >> These are great — and I hope I can use guile-config. > > Thank you! And great you want to use it — I'll try to get a proper > release ASAP then :-) Cool, thank you! > I'd definitely be really keen in getting a config file writer/reader > working using wisp too

Heads-up: rebooting after the switch to the Shepherd

2016-02-03 Thread Ludovic Courtès
If you run ‘guix system reconfigure’ for the first time since the dmd → shepherd transition last week, you may find the ‘reboot’ command is non-functional right after ‘reconfigure’ has completed: # reboot error: connect: /var/run/shepherd/socket: No such file or directory The solution is to i

Heads-up: ‘guix system reconfigure’ reloads services

2016-02-03 Thread Ludovic Courtès
Hi! If you haven’t been following , ‘guix system reconfigure’ is now able to dynamically load/start new system services, unless they are already running. This works by talking to shepherd in a way similar to what ‘herd’ does, querying the list of current services and th

Re: [PATCH] gnu: aspell: Wrap binary to find dictionaries.

2016-02-03 Thread Ludovic Courtès
Federico Beffa skribis: > On Wed, Feb 3, 2016 at 9:21 AM, Ludovic Courtès wrote: >> Federico Beffa skribis: >> >>> From e183f8e473b97406968ecbda9fb13ebdf60963ec Mon Sep 17 00:00:00 2001 >>> From: Federico Beffa >>> Date: Fri, 8 Jan 2016 14:23:12 +0100 >>> Subject: [PATCH 11/11] gnu: aspell: Wr

Re: [PATCH 4/6] gnu: Add emacs-constants.

2016-02-03 Thread Ludovic Courtès
Federico Beffa skribis: > On Sun, Jan 10, 2016 at 9:45 PM, Ludovic Courtès wrote: >> Could get in touch with Carsten Dominik, for instance, and propose the >> patch? > > Dominik was kind enough to accept the patch. So, I've now pushed it. > Once the new release will be out, we can drop it. Exce

The new Hydra

2016-02-03 Thread Ludovic Courtès
Hi! As you know the fundraiser has given us $8,000+ thanks to everyone here. (8,266 to be precise, see .) We intend to buy a server with hardware from Minifree¹, which can run Libreboot. Mark has already written a draf

Re: [PATCH] licenses: Add the fdl1.1+.

2016-02-03 Thread Efraim Flashner
On Wed, 3 Feb 2016 21:11:22 +0100 Fabian Harfert wrote: > Am Wed, 3 Feb 2016 21:54:15 +0200 > schrieb Efraim Flashner : > > [...] > [...] > [...] > > Could you please push that for me? I haven't got access to the git > repository(, yet). > Unfortunately something with the patch isn't

Re: [PATCH] licenses: Add the fdl1.1+.

2016-02-03 Thread Fabian Harfert
Am Wed, 3 Feb 2016 21:54:15 +0200 schrieb Efraim Flashner : > On Wed, 3 Feb 2016 17:38:45 +0100 > Fabian Harfert wrote: > > > * guix/licenses.scm (fdl1.1+): New variable. > > --- > > guix/licenses.scm | 7 ++- > > 1 file changed, 6 insertions(+), 1 deletion(-) > > > > diff --git a/guix/li

Re: [PATCH] licenses: Add the fdl1.1+.

2016-02-03 Thread Efraim Flashner
On Wed, 3 Feb 2016 17:38:45 +0100 Fabian Harfert wrote: > * guix/licenses.scm (fdl1.1+): New variable. > --- > guix/licenses.scm | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/guix/licenses.scm b/guix/licenses.scm > index d33b19f..29dd1ed 100644 > --- a/guix/lic

Re: GStreamer, PulseAudio and libvpx update

2016-02-03 Thread Efraim Flashner
On Wed, 3 Feb 2016 18:43:09 +0100 Andreas Enge wrote: > Hello, > > On Wed, Feb 03, 2016 at 07:15:11PM +0800, 宋文武 wrote: > [...] > > thanks for getting back to this! I actually had forgotten to mention that > I would be willing to work on this, sorry. > > So far, I tried the following: On x8

Re: torsocks 2.0 bug

2016-02-03 Thread Andreas Enge
On Wed, Feb 03, 2016 at 07:08:32PM +0100, swedebu...@riseup.net wrote: > '(#:phases (modify-phases %standard-phases > + ; FIXME. this phase is still needed but fails. I dont > + ; understand why. It works fine when done manually in an > + ; e

Re: torsocks 2.0 bug

2016-02-03 Thread swedebugia
On 2016-02-03 10:40, l...@gnu.org wrote: swedebu...@riseup.net skribis: I propose: we update to 2.1 first and see if this fixes the problem with only icecat. Sounds good. Would you like to send a patch? I tried my best and... failed. Ha! Attached an almost working patch with details of wh

Re: GStreamer, PulseAudio and libvpx update

2016-02-03 Thread Andreas Enge
Hello, On Wed, Feb 03, 2016 at 07:15:11PM +0800, 宋文武 wrote: > Yes, they're independent. I update gstreamer and add gst-plugins-bad, > the other are from Efraim Flashner's work. Due to gst-plugins-good > failed to pass some tests with the update of libvpx and pulseaudio, > I think put them togeth

[PATCH] licenses: Add the fdl1.1+.

2016-02-03 Thread Fabian Harfert
* guix/licenses.scm (fdl1.1+): New variable. --- guix/licenses.scm | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/guix/licenses.scm b/guix/licenses.scm index d33b19f..29dd1ed 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -44,7 +44,7 @@ giftware

Re: GStreamer, PulseAudio and libvpx update

2016-02-03 Thread 宋文武
Andreas Enge writes: > Hello, > > On Wed, Feb 03, 2016 at 12:23:24PM +0800, 宋文武 wrote: >> In the 'gstreamer-update' branch we have following updates: >> libvpx -> 1.5.0 >> pulseaudio -> 8.0 >> ao -> 1.2.0 >> gstreamer (and plugins) -> 1.6.3 > > I noticed you merged master into the branch.

Re: [PATCH] gnu: aspell: Wrap binary to find dictionaries.

2016-02-03 Thread Federico Beffa
On Wed, Feb 3, 2016 at 9:21 AM, Ludovic Courtès wrote: > Federico Beffa skribis: > >> From e183f8e473b97406968ecbda9fb13ebdf60963ec Mon Sep 17 00:00:00 2001 >> From: Federico Beffa >> Date: Fri, 8 Jan 2016 14:23:12 +0100 >> Subject: [PATCH 11/11] gnu: aspell: Wrap binary to find dictionaries. >>

Re: GStreamer, PulseAudio and libvpx update

2016-02-03 Thread Efraim Flashner
On Wed, 3 Feb 2016 11:25:22 +0100 Andreas Enge wrote: > Hello, > > On Wed, Feb 03, 2016 at 12:23:24PM +0800, 宋文武 wrote: > [...] > > I noticed you merged master into the branch. My opinion is that merging > instead of rebasing messes up the history and makes it rather unclear > what the diffe

Re: Fixing package-with-python2

2016-02-03 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > An idea I haven’t taken the time to test yet would be to use > ‘properties’: > > (define python-foobar ;with Python 3 > (package > (name "foobar") > ;; Specify which Python 2 variant to use. > (properties `((python2-variant . ,(de

Re: Adding build status to the package list table

2016-02-03 Thread Roel Janssen
Ricardo Wurmus writes: > Ludovic Courtès writes: > >> Roel Janssen skribis: >> >>> We need to add the following line to the response header at >>> hydra.gnu.org: >>> >>> Access-Control-Allow-Origin: "http://www.gnu.org"; >>> >>> Here's how to do it: >>> http://enable-cors.org/server_nginx.h

Re: GStreamer, PulseAudio and libvpx update

2016-02-03 Thread Andreas Enge
Hello, On Wed, Feb 03, 2016 at 12:23:24PM +0800, 宋文武 wrote: > In the 'gstreamer-update' branch we have following updates: > libvpx -> 1.5.0 > pulseaudio -> 8.0 > ao -> 1.2.0 > gstreamer (and plugins) -> 1.6.3 I noticed you merged master into the branch. My opinion is that merging instead

Re: [PATCH] syscalls: Allow non-alphanumeric interface names.

2016-02-03 Thread Ludovic Courtès
Jookia <166...@gmail.com> skribis: > This fixes interfaces with a dash or other characters being ignored. > > * guix/build/syscalls.scm (%interface-line): Replace "[[:alnum:]]" with ".+". I applied it but using [[:graph:]] instead of ‘.’. Thanks! Ludo’.

Re: [PATCH 4/6] gnu: Add emacs-constants.

2016-02-03 Thread Federico Beffa
On Sun, Jan 10, 2016 at 9:45 PM, Ludovic Courtès wrote: > Could get in touch with Carsten Dominik, for instance, and propose the > patch? Dominik was kind enough to accept the patch. So, I've now pushed it. Once the new release will be out, we can drop it. Regards, Fede

Re: Adding build status to the package list table

2016-02-03 Thread Ricardo Wurmus
Ludovic Courtès writes: > Roel Janssen skribis: > >> We need to add the following line to the response header at >> hydra.gnu.org: >> >> Access-Control-Allow-Origin: "http://www.gnu.org"; >> >> Here's how to do it: >> http://enable-cors.org/server_nginx.html >> >> Which boils down to adding

Re: torsocks 2.0 bug

2016-02-03 Thread Ludovic Courtès
swedebu...@riseup.net skribis: > I propose: we update to 2.1 first and see if this fixes the problem > with only icecat. Sounds good. Would you like to send a patch? Thanks, Ludo’.

Re: [PATCH] gnu: Add Augeas.

2016-02-03 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Leo Famulari writes: > >>> +(build-system gnu-build-system) >>> +;; Marked as "required" in augeas.pc >>> +(propagated-inputs >>> + `(("libxml2" ,libxml2))) I find it clearer to put the comment right below ‘propagated-inputs’. >> Is there really no way

Re: Adding build status to the package list table

2016-02-03 Thread Ludovic Courtès
Roel Janssen skribis: > We need to add the following line to the response header at > hydra.gnu.org: > > Access-Control-Allow-Origin: "http://www.gnu.org"; > > Here's how to do it: > http://enable-cors.org/server_nginx.html > > Which boils down to adding this line to the nginx config: > add

Re: GStreamer, PulseAudio and libvpx update

2016-02-03 Thread Efraim Flashner
On Wed, 03 Feb 2016 12:23:24 +0800 iyzs...@member.fsf.org (宋文武) wrote: > In the 'gstreamer-update' branch we have following updates: > libvpx -> 1.5.0 > pulseaudio -> 8.0 > ao -> 1.2.0 > gstreamer (and plugins) -> 1.6.3 > > This will lead to mess rebuilds. > I have build gst-plugins-good,

Re: [PATCH] gnu: aspell: Wrap binary to find dictionaries.

2016-02-03 Thread Ludovic Courtès
Federico Beffa skribis: > From e183f8e473b97406968ecbda9fb13ebdf60963ec Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Fri, 8 Jan 2016 14:23:12 +0100 > Subject: [PATCH 11/11] gnu: aspell: Wrap binary to find dictionaries. > > * gnu/packages/aspell.scm (aspell): Add 'wrap-aspell phase.