Re: [PATCHES] Add ruby-nokogiri, ruby-mini-portile, and ruby-minitar

2015-09-05 Thread Thompson, David
On Sat, Aug 29, 2015 at 8:57 AM, David Thompson wrote: > This small patch set adds a few more Ruby libraries to our arsenal, the > most important being Nokogiri: A widely used XML parsing library with > native C extensions. I decided to push these patches because they're pretty simple. Just one

Re: [PATCH 14/15] scripts: environment: Add --container option.

2015-09-05 Thread Thompson, David
On Tue, Jul 7, 2015 at 10:35 AM, Ludovic Courtès wrote: > David Thompson skribis: > >> * guix/scripts/enviroment.scm (show-help): Show help for new option. >> (%options): Add --container option. >> (launch-environment, launch-environment/container): New procedures. >> (guix-environment): Sp

WIP: ibus-pinyin

2015-09-05 Thread Ricardo Wurmus
Hi Guix, attached are three patches that show the current status of my work to bring ibus-pinyin to Guix. Unfortunately, it’s not working for me, i.e. I can start ‘ibus-setup’ and add Chinese Pinyin or Chinese Bopomofo to the enabled input methods, but no matter what I do: my selection of input m

Re: [PATCH] build: Improve information density and appearance of download progress output.

2015-09-05 Thread Taylan Ulrich Bayırlı/Kammer
Steve Sprang writes: > This patch adds Arch/pacman style output when invoking 'guix > download'. > > Previous output: > $ guix download ftp://ftp.gnu.org/gnu/guile/guile-2.0.11.tar.gz > starting download of `/tmp/guix-file.IgqbP2' from > `ftp://ftp.gnu.org/gnu/guile/guile-2.0.11.tar.gz'... > ftp:

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

2015-09-05 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2015-09-04 00:11 +0300) wrote: > >> Alex Kost skribis: >> >>> From e040b70e23f04fca1c91123751ce8b6e28719bb8 Mon Sep 17 00:00:00 2001 >>> From: Alex Kost >>> Date: Thu, 3 Sep 2015 11:12:28 +0300 >>> Subject: [PATCH] gnu: bash-light: Rename to bash-minimal. >

Re: [PATCH 2/2] gnu: Add oslo.i18n.

2015-09-05 Thread Ludovic Courtès
"Thompson, David" skribis: > On Fri, Sep 4, 2015 at 4:01 PM, Ludovic Courtès wrote: >> Cyril Roelandt skribis: >> >>> * gnu/packages/openstack.scm (python-oslo.i18n, python2-oslo.i18n): New >>> variables. >> >> [...] >> >>> +(propagated-inputs >>> + `(("python-babel" ,python-babel) >

Re: [PATCH] R dependencies

2015-09-05 Thread Ludovic Courtès
Now the closure of R is down from 5 GiB to 518 MiB, which is cool. :-) It seems we might be able to go further, because somewhere there are presumably unwanted dependencies being retained, such as Texinfo & Perl, ld-wrapper & Binutils, Gawk and other build-time tools: --8<---cut here

Re: [PATCH 1/1] gnu: Add Anonymous Pro fonts.

2015-09-05 Thread Leo Famulari
On Sat, Sep 5, 2015, at 09:34, Alex Kost wrote: > Leo Famulari (2015-09-04 00:53 +0300) wrote: > > +(source (origin > > + (method url-fetch) > > + (uri (string-append > > "http://www.marksimonson.com/assets/content/fonts/"; > > This line is too long, we prefer to sta

Re: [PATCH] build: Improve information density and appearance of download progress output.

2015-09-05 Thread Thompson, David
On Sat, Sep 5, 2015 at 2:48 PM, Steve Sprang wrote: > This patch adds Arch/pacman style output when invoking 'guix download'. I like it! - Dave

[PATCH] build: Improve information density and appearance of download progress output.

2015-09-05 Thread Steve Sprang
This patch adds Arch/pacman style output when invoking 'guix download'. Previous output: $ guix download ftp://ftp.gnu.org/gnu/guile/guile-2.0.11.tar.gz starting download of `/tmp/guix-file.IgqbP2' from ` ftp://ftp.gnu.org/gnu/guile/guile-2.0.11.tar.gz'... ftp://ftp.gnu.org/.../guile-2.0.11.tar.gz

[PATCH] build: container: Use the same clone flags as fork(3).

2015-09-05 Thread David Thompson
This patch resolves an issue I was having when working with containers at the REPL, which means it probably presented undetected issues elsewhere. >From 61ebbe55f7f6d4d4eb42db957d6fc7b4eaf282a6 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 5 Sep 2015 14:10:08 -0400 Subject: [PATCH] bui

Re: Circular dependency with geeqie

2015-09-05 Thread Andreas Enge
On Sat, Sep 05, 2015 at 11:54:59AM +0200, Ricardo Wurmus wrote: > I noticed the same and removed the ‘#:select’ part to make it work for > me. Why would a #:prefix be required? Good question - I just thought the #:select was there for a reason, like avoiding a clash of variable names. This does n

Re: [PATCH]: libtiff update

2015-09-05 Thread Andreas Enge
On Fri, Sep 04, 2015 at 04:23:40PM -0400, Mark H Weaver wrote: > Instead of building this out as a dedicated branch, I'd much prefer to > simultaneously push these two commits to core-updates, and then deal > with any problems as they arise That is fine with me, I pushed to core-updates. Thanks!

Re: [PATCH 0/1] Add Anonymous Pro fonts

2015-09-05 Thread Andreas Enge
On Sat, Sep 05, 2015 at 04:33:52PM +0300, Alex Kost wrote: > I would also name it 'font-anonymous-pro', but I have problems with > naming font packages. Andreas (the author of those naming guidelines) > should know better. Not really - I just formulated the consensus that had formed on the list.

Re: [PATCH 1/1] gnu: Add Anonymous Pro fonts.

2015-09-05 Thread Alex Kost
Leo Famulari (2015-09-04 00:53 +0300) wrote: > * gnu/packages/fonts.scm (font-anonymous-pro): New variable. > --- > gnu/packages/fonts.scm | 42 ++ > 1 file changed, 42 insertions(+) > > > diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm > index

Re: [PATCH 0/1] Add Anonymous Pro fonts

2015-09-05 Thread Alex Kost
Leo Famulari (2015-09-04 00:53 +0300) wrote: > This patch adds the Anonymous Pro fonts [1]. > > Your comments are requested! > > I am not sure about the module name. The guidelines require placing the name > of the foundry between "font-" and "anonymous-pro". In this case, that would > result in "

Re: Circular dependency with geeqie

2015-09-05 Thread Ricardo Wurmus
Hi Andreas, > when adding the line > #:use-module (gnu packages geeqie) > to photo.scm and trying >guix build libraw > I get a bunch of errors of the form > guix build: warning: failed to load '(gnu packages aarddict)': > ERROR: no binding `lcms' in module (gnu packages ghostscript) > ... >