Re: IPython native kernel missing?

2015-09-21 Thread Ricardo Wurmus
Hi Craig, >> I’m trying to package Jupyter (an improved version of IPython, from what >> I’ve heard) and noticed that the tests for jupyter-client fail because >> the native “python3” (or “python2”) kernel cannot be found. According >> to the documentation, this “kernel” should always be availab

Re: [PATCH] Add Blender

2015-09-21 Thread Eric Bavier
Hello Ricardo, Just some nitpicks: > From d1d46f01d7aad783f7931be1ea4bbdffb21fd9b7 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Sat, 5 Sep 2015 12:34:09 +0200 > Subject: [PATCH 1/2] gnu: Add openimageio. > > * gnu/packages/graphics.scm (openimageio): New variable. > --- > gnu/packag

[PATCH 1/1] gnu: recutils: Add libuuid to native-inputs.

2015-09-21 Thread Leo Famulari
* gnu/packages/databases.scm (recutils)[native-inputs]: Add "libuuid". --- gnu/packages/databases.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index c113959..9036d04 100644 --- a/gnu/packages/databases.scm +++ b/g

[PATCH 0/1] Add UUID support to recutils

2015-09-21 Thread Leo Famulari
This patchs adds UUID support to recutils by inluding libuuid (util-linux) as a native-input. Leo Famulari (1): gnu: recutils: Add libuuid to native-inputs. gnu/packages/databases.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.4.3

Re: [PATCH] Add python2-seqmagick.

2015-09-21 Thread Cyril Roelandt
On 09/17/2015 05:51 PM, Ricardo Wurmus wrote: > I > found that Python executables often require either propagated inputs or > wrapping in PYTHONPATH to work without runtime errors. Right. I usually have to grep the libraries to see whether they are actually imported in the program, or they are just

Re: [PATCH] Add python2-seqmagick.

2015-09-21 Thread Ben Woodcroft
On 22/09/15 02:13, Ludovic Courtès wrote: Pjotr Prins skribis: This contains the most lucid description of 'inputs' I have yet seen. Could they go into the main Guix documentation? What do you think needs to be changed compared to the text at

[PATCH 2/3] gnu: Update python-fixtures

2015-09-21 Thread Cyril Roelandt
* gnu/packages/python.scm (python-fixtures): Update. * gnu/packages/python.scm (python-fixtures-0.3.16, python2-fixtures-0.3.16, python-pbr-0.11, python2-pbr-0.11): New variables. * gnu/packages/python.scm (python-testrepository): Use python-fxitures-0.3.16 instead of python-fixtures in the i

[PATCH 3/3] gnu: Add python-bandit.

2015-09-21 Thread Cyril Roelandt
* gnu/packages/openstack.scm (python-bandit, python2-bandit): New variables. --- gnu/packages/openstack.scm | 40 1 file changed, 40 insertions(+) diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 39584d5..4fd1c80 100644 --- a/gnu/

[PATCH 0/3] Add python-bandit.

2015-09-21 Thread Cyril Roelandt
The first and third patches are probably easy to review. The second one is a bit tricky. As explained in the comment, there is a circular dependency between recent versions of python-pbr and python-fixtures, so I packaged older versions of both python-pbr and python-fixtures to bootstrap the whole

[PATCH 1/3] gnu: Add python-pip.

2015-09-21 Thread Cyril Roelandt
* gnu/packages/python.scm (python-pip, python2-pip): New variables. --- gnu/packages/python.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 798a22f..a8d811e 100644 --- a/gnu/packages/python.scm +++ b/

Re: [PATCH] Add python2-seqmagick.

2015-09-21 Thread Ludovic Courtès
Pjotr Prins skribis: > This contains the most lucid description of 'inputs' I have yet seen. > Could they go into the main Guix documentation? What do you think needs to be changed compared to the text at ? TIA, Ludo’.

Re: [PATCH] Full encryption

2015-09-21 Thread Ludovic Courtès
Petter skribis: > I've removed the custom initrd and define %linux-modules from my config, > and done: > sudo -i guix pull > sudo -i guix system reconfigure /etc/config.scm > > Then rebooted. All ok! Excellent, thanks! Ludo'.

Re: modprobe on guix

2015-09-21 Thread Ludovic Courtès
Petter skribis: > (I've looked at whitelisting environment variables in /etc/sudoers, but > i believe this is for passing on user defined variables, not system > variables.) One solution would be to provide a /etc/environment file containing the right value for LINUX_MODULE_DIRECTORY (‘sudo’ hon

Re: IBus and different GTK versions

2015-09-21 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Ricardo Wurmus writes: > >> Ricardo Wurmus writes: >> >>> 宋文武 writes: >>> >> We can set 'GTK_EXE_PREFIX' to the '~/.guix-profile', and generate the >> 'immodules.cache' files in a profile hook. It will work for both gtk2 >> and gtk3 applications. >>>

Re: [PATCH] emacs: Improve 'guix-prettify-regexp'.

2015-09-21 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2015-09-20 19:43 +0300) wrote: > >> Alex Kost skribis: > [...] >>> (defcustom guix-prettify-regexp >>> - (rx "/" >>> - (or "nix" "gnu") >>> - "/store/" >>> + (rx "/" (or "store" "nar" "log") "/" >> >> Maybe explicitly show in a comment the URLs

Re: Service refactoring

2015-09-21 Thread Ludovic Courtès
Andy Wingo skribis: > On Sun 20 Sep 2015 15:42, l...@gnu.org (Ludovic Courtès) writes: > >> I’m quite happy with the result, but comments are welcome! I’ll convert >> some more services to see how it goes. > > Neat! Sounds great. One question: there are some services like colord > or geoclue t

IPython native kernel missing?

2015-09-21 Thread Ricardo Wurmus
Hi Guix, I’m trying to package Jupyter (an improved version of IPython, from what I’ve heard) and noticed that the tests for jupyter-client fail because the native “python3” (or “python2”) kernel cannot be found. According to the documentation, this “kernel” should always be available and doesn’t

Re: [PATCH] gnu: Add file-roller.

2015-09-21 Thread Thompson, David
On Sun, Sep 20, 2015 at 11:34 AM, Ricardo Wurmus wrote: > Looks good to me! > > I have one question about the propagated inputs, though: why are they > needed? Is it obvious (and I just fail to see it), or could you explain > this in a comment? I noticed that the inputs were propagated in anothe

Re: [PATCH] emacs: Improve 'guix-prettify-regexp'.

2015-09-21 Thread Alex Kost
Ludovic Courtès (2015-09-20 19:43 +0300) wrote: > Alex Kost skribis: [...] >> (defcustom guix-prettify-regexp >> - (rx "/" >> - (or "nix" "gnu") >> - "/store/" >> + (rx "/" (or "store" "nar" "log") "/" > > Maybe explicitly show in a comment the URLs and file names that we > intend to

[PATCH] Add r-servr.

2015-09-21 Thread Ricardo Wurmus
>From 604b5b4abd59a47df56ac372a7a79328131802a2 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 21 Sep 2015 11:20:32 +0200 Subject: [PATCH 1/3] gnu: Add r-httpuv. * gnu/packages/web.scm (r-httpuv): New variable. --- gnu/packages/web.scm | 28 +++- 1 file changed,

Re: [PATCH 19/19] gnu: Add r-dplyr.

2015-09-21 Thread Ricardo Wurmus
Hi Vicente, I just pushed all your patches with some modifications: * changed the ‘uri’ field to use the new ‘(cran-uri ...)’ procedure * updated a couple of packages to their latest versions * changed the synopsis/description of some packages slightly * moved ‘r-rcpp’ to ‘native-inputs’ as it is

Re: Service refactoring

2015-09-21 Thread Andy Wingo
On Sun 20 Sep 2015 15:42, l...@gnu.org (Ludovic Courtès) writes: > I’m quite happy with the result, but comments are welcome! I’ll convert > some more services to see how it goes. Neat! Sounds great. One question: there are some services like colord or geoclue that don't need to be managed by

Re: [PATCH] Add python2-seqmagick.

2015-09-21 Thread Pjotr Prins
This contains the most lucid description of 'inputs' I have yet seen. Could they go into the main Guix documentation? Pj. On Sat, Sep 19, 2015 at 07:36:17PM +1000, Ben Woodcroft wrote: >On 18/09/15 01:51, Ricardo Wurmus wrote: > > Hi Ben, > > thank you very much for your patch! > >an