Re: R dependencies

2015-09-02 Thread Ricardo Wurmus
Hi Vicente, > 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

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: xpdf

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. T

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 >>> Subject: [PATCH] emacs: Use "r" key for 'cran' action in 'i

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 packages) >>> #:use-module (gnu packages

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 packages) >>> #:use-module (gnu packages

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 system profile for rules >> and actio

Re: [PATCHES] Add elogind service

2015-09-02 Thread Ludovic Courtès
Andy Wingo skribis: > From fdd8893f287696fb016e9e78fbcba04d03840ee6 Mon Sep 17 00:00:00 2001 > From: Andy Wingo > Date: Tue, 18 Aug 2015 10:05:24 +0200 > Subject: [PATCH 1/7] gnu: elogind: Update to version 219.12. > > * gnu/packages/freedesktop.scm (elogind): Update to 219.12. Use a tarball >

Re: [v3 0/3] Add Attic backup program

2015-09-02 Thread Alex Kost
Leo Famulari (2015-09-02 00:33 +0300) wrote: > This revised patchset adds the Attic [1] backup program and its dependencies, > with correct commit messages. > > Your comments are requested! > > [1] https://attic-backup.org/ > > > Leo Famulari (3): > gnu: Add python-llfuse. > gnu: Add python-ms

'-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 statistics) >> #:use-mod

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' action in 'import' popup. >> >> * emacs/gu

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 suspend support. Some pa

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. > As can be seen² there

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

2015-09-02 Thread Ludovic Courtès
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' action in 'import' popup. > > * emacs/guix-command.el (guix-command-improve-import-argument): New

R dependencies

2015-09-02 Thread Ludovic Courtès
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 statistics) > #:use-module (srfi srfi-1)) > > (define-public my-r >

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 i have are seen by ratp

Re: [PATCH] gnu: commencement: Add support for a native GNU/Hurd system.

2015-09-02 Thread Ludovic Courtès
Manolis Ragkousis skribis: > From 3a2f644bfdb39349c585233ef6670081adf57eca Mon Sep 17 00:00:00 2001 > From: Manolis Ragkousis > Date: Fri, 21 Aug 2015 15:01:05 +0300 > Subject: [PATCH] gnu: commencement: Add support for a native GNU/Hurd system. > > * gnu/packages/commencement.scm (kernel-header

Re: [PATCH] gnu: glibc/hurd: Make glibc aware of "--with-headers" argument.

2015-09-02 Thread Ludovic Courtès
Manolis Ragkousis skribis: > With this patch glibc takes into account the '--with-headers' argument. > > Samuel reviewed the glibc patch and pushed it to hurd's glibc so we > can safely use it. Then OK for ‘wip-hurd’. Thanks, and sorry for the late reply! Ludo’.

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&co’

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 (libraw): New variable. > --- > gnu/package

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 keep just GTK+3? What happens when b

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 Tue,