Re: [PATCH] Add gerbv.

2015-09-02 Thread Ricardo Wurmus
Ludovic Courtès writes: >> * gnu/packages/gettext.scm (po4a): New variable. > > [...] > >> + (string-append "--nonet " >> + (assoc-ref inputs "docbook-xsl") >> + ;; TODO: replace version string >> +

Re: [PATCH] emacs: Use "r" key for 'cran' action in 'import' popup.

2015-09-02 Thread Alex Kost
Ludovic Courtès (2015-09-02 16:10 +0300) wrote: > Alex Kost skribis: > >> From 1cc6871abf3d53ad5702fde5570df8a61a945010 Mon Sep 17 00:00:00 2001 >> From: Alex Kost >> Date: Tue, 1 Sep 2015 13:10:41 +0300 >> Subject: [PATCH] emacs: Use "r" key for 'cran'

Re: [PATCHES] Add elogind service

2015-09-02 Thread Thompson, David
On Tue, Sep 1, 2015 at 7:42 AM, Andy Wingo wrote: > Attached are two patches. The first updates elogind to a current > release tarball. The second adds a service. These are the bottom two > patches in wip-pam-elogind. If you run the service, you'll at least > have lid

Re: [PATCHES] Whip polkit into shape

2015-09-02 Thread Ludovic Courtès
Andy Wingo skribis: > On Tue 01 Sep 2015 13:53, Andy Wingo writes: > >> Attached are three patches to polkit. The first makes polkit use >> elogind for seat management. The second is based on a WIP patch from >> Mark, and arranges for polkit to look in the

Re: R dependencies

2015-09-02 Thread Vicente Vera
Hello, Going back to the R dependencies topic, I ran across an issue when trying to draw a plot (with ggplot2). But first some context: - I'm not using GuixSD but a binary installation over Manjaro OpenRC; several base packages missing on Guix - I only have other two Guix packages installed:

Re: '-light' vs. '-minimal' packages

2015-09-02 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2015-09-02 16:09 +0300) wrote: > >> Ricardo Wurmus skribis: >> >>> An alternative is to inherit from the “r” package in “statistics.scm”. >>> >>> (define-module (my own packages) >>> #:use-module (guix

Re: '-light' vs. '-minimal' packages

2015-09-02 Thread Mathieu Lirzin
Alex Kost writes: > Ludovic Courtès (2015-09-02 16:09 +0300) wrote: > >> Ricardo Wurmus skribis: >> >>> An alternative is to inherit from the “r” package in “statistics.scm”. >>> >>> (define-module (my own packages) >>> #:use-module (guix

'-light' vs. '-minimal' packages

2015-09-02 Thread Alex Kost
Ludovic Courtès (2015-09-02 16:09 +0300) wrote: > Ricardo Wurmus skribis: > >> An alternative is to inherit from the “r” package in “statistics.scm”. >> >> (define-module (my own packages) >> #:use-module (guix packages) >> #:use-module (gnu packages

Re: [PATCH] emacs: Use "r" key for 'cran' action in 'import' popup.

2015-09-02 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2015-09-02 16:10 +0300) wrote: > >> Alex Kost skribis: >> >>> From 1cc6871abf3d53ad5702fde5570df8a61a945010 Mon Sep 17 00:00:00 2001 >>> From: Alex Kost >>> Date: Tue, 1 Sep 2015 13:10:41 +0300 >>>

Re: Texinfo in descriptions?

2015-09-02 Thread Mathieu Lirzin
l...@gnu.org (Ludovic Courtès) writes: > One last thing (I swear!). > > AFAICS ‘stexi->plain-text’ already does paragraph filling, so the call > above is redundant (and could break the rendering.) > > However, the width of the rendered text is fixed, unlike what > ‘string->recutils’ did so far.

Re: [PATCH 1/3] gnu: libxfce4ui: Build with GTK+ 3 support.

2015-09-02 Thread 宋文武
Ludovic Courtès writes: > 宋文武 skribis: > >> * gnu/packages/xfce.scm (libxfce4ui)[propagated-inputs]: Add gtk+. > > [...] > >> + `(("gtk+-2" ,gtk+-2) ; required by libxfce4ui-1.pc >> + ("gtk+-3" ,gtk+); required by libxfce4ui-2.pc > > Should we

Re: Ruby on Guix

2015-09-02 Thread Pjotr Prins
Good stuff. Tox is actually similar to what rvm+bundler offers (with Travis for CI) in the Ruby world. Here, we have gotten rid of rvm/rbenv and bundler. I certainly hope to use Guix + Travis soon for CI - it is useful for development because of fast turnaround (unlike the Guix CI). Pj. On

Re: [PATCH] Add Shotwell.

2015-09-02 Thread 宋文武
Ricardo Wurmus writes: > More GNOME packages! > > From a4e79409b7ea4681f576b050e8cc5f8235eecf27 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Tue, 1 Sep 2015 21:36:32 +0200 > Subject: [PATCH 1/5] gnu: Add libraw. > > * gnu/packages/photo.scm

Re: libc upgrade vs. incompatible locales

2015-09-02 Thread Ludovic Courtès
I ended up with a reasonable option (commit 28cbc58): in stage 5 (‘%boot5-inputs’), most of the base packages get rebuilt against the new libc, so they can load the new locale data, but they are rebuilt using the bootstrap Guile. In that stage, we also create wrappers for ‘%bootstrap-coreutils’

Re: [PATCH] gnu: ratpoison: Add multiple monitors support.

2015-09-02 Thread Ludovic Courtès
Mathieu Lirzin skribis: > l...@gnu.org (Ludovic Courtès) writes: [...] >> Removing the dependency on libxinerama solves the problem for me. >> >> Am I missing something? Should we revert it? > > On my setup it's the opposite. Without this dependency, the two > monitors

Re: [PATCH] gnu: emacs-flycheck: Use the upstream release instead of MELPA.

2015-09-02 Thread Ludovic Courtès
Alex Kost skribis: > Hello, ‘emacs-flycheck’ package is "broken": as you remember¹ MELPA > updates tarballs in place (“guix build --source emacs-flycheck” gives me > a different hash), so it's better to use an upstream release. My bad, I had forgotten about that problem. >