Re: 01/01: gnu: python-setuptools: Update to 12.1.

2015-02-18 Thread Andreas Enge
On Tue, Feb 17, 2015 at 10:46:11PM -0500, Mark H Weaver wrote: > Strangely, this update broke python-urwid-1.3.0.x86_64-linux. Three > tests involving newlines broke: Even more strangely, it builds without problems on my machine. I wonder if something is wrong with the hydra build machine setup,

Re: 01/01: gnu: python-setuptools: Update to 12.1.

2015-02-18 Thread Andreas Enge
In the particular case of python-urwid, it succeeded after a restart. Andreas

Re: 01/01: gnu: python-setuptools: Update to 12.1.

2015-02-18 Thread Andreas Enge
Concerning R, I confirm that it builds indeed on my local x86_64 machine. Andreas

Re: [PATCH 1/4] gnu: base: Add glibc-hurd and hurd-minimal.

2015-02-18 Thread Manolis Ragkousis
> After a few iterations on IRC, I proposed this code which seems to work: > > --8<---cut here---start->8--- >((#:configure-flags original-configure-flags) > `(append (list "--host=i686-pc-gnu" > >;; nscd fails to build for

[PATCH]: fix python-matplotlib install-doc phase

2015-02-18 Thread Ricardo Wurmus
Hi Guix, attached is a patch to fix the install-doc phase of python-matplotlib. Since UTF locales are no longer available by default the install-doc phase fails as it depends on setting the locale to en_US.UTF-8. The attached patch installs the locale before it is set, thereby fixing the phase.

Re: [ART] Website mockup rev1

2015-02-18 Thread Bruno Félix Rezende Ribeiro
Em Tue, 17 Feb 2015 18:28:49 -0500 Luis Felipe López Acevedo escreveu: Luis, congratulations on your excellent artistic work! > Black header > http://sirgazil.bitbucket.org/static/temp/img/guixsd/home-view-black-rev1.png I really like dark backgrounds. :-P I have an idea to contribute: I thi

[PATCH]: gnu: Add RSeQC.

2015-02-18 Thread Ricardo Wurmus
Attached is a patch to add RSeQC to the bioinformatics module. It only works with Python 2.7. I removed the bundled copy of pysam to be able to use our python-pysam package instead. The license isn't very clear. The Google Code website[1] lists the license as "GPLv3", but nowhere in the source

Re: [ART] Website mockup

2015-02-18 Thread Adam Pribyl
On Tue, 17 Feb 2015, Luis Felipe López Acevedo wrote: El mar, 17-02-2015 a las 17:54 +0100, Adam Pribyl escribió: The design is of course nice, but looks quite out of GNU style. No problem with that, just it is bit surprising. With GNU style you mean the colours used in gnu.org? Just gnu.o

Re: [ART] Website mockup rev1

2015-02-18 Thread Amirouche Boubekki
On Wed Feb 18 2015 at 12:29:43 AM Luis Felipe López Acevedo < felipe.lo...@openmailbox.org> wrote: > Hi, > > Here is a revision of the last website mockup [1]. > > White header > http://sirgazil.bitbucket.org/static/temp/img/guixsd/home- > view-white-rev1.png +1 > Black header > http://sirgazi

[PATCH]: gnu: Add arpack-ng.

2015-02-18 Thread Ricardo Wurmus
>From eb9c5e9a239a5001afec411296ea7e482444c405 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 18 Feb 2015 16:08:33 +0100 Subject: [PATCH] gnu: Add arpack-ng. * gnu/packages/maths.scm (arpack-ng): New variable. --- gnu/packages/maths.scm | 25 + 1 file changed, 2

Re: [PATCH]: gnu: Add RSeQC.

2015-02-18 Thread Ricardo Wurmus
Ricardo Wurmus writes: > The license isn't very clear. The Google Code website[1] lists the > license as "GPLv3", but nowhere in the source is the license version > specified. "PKG-INFO" declares "License :: GPL", whereas > "./doc/COPYING" contains the MIT license. It's all pretty messy, so I

Re: [PATCH]: fix python-matplotlib install-doc phase

2015-02-18 Thread Andreas Enge
On Wed, Feb 18, 2015 at 11:52:41AM +0100, Ricardo Wurmus wrote: > attached is a patch to fix the install-doc phase of python-matplotlib. > Since UTF locales are no longer available by default the install-doc > phase fails as it depends on setting the locale to en_US.UTF-8. Temporarily this sounds

Re: 01/01: gnu: python-setuptools: Update to 12.1.

2015-02-18 Thread Mark H Weaver
Andreas Enge writes: > On Tue, Feb 17, 2015 at 10:46:11PM -0500, Mark H Weaver wrote: >> Strangely, this update broke python-urwid-1.3.0.x86_64-linux. Three >> tests involving newlines broke: > > Even more strangely, it builds without problems on my machine. > > I wonder if something is wrong wi

Re: [PATCH]: gnu: Add arpack-ng.

2015-02-18 Thread Andreas Enge
On Wed, Feb 18, 2015 at 04:10:04PM +0100, Ricardo Wurmus wrote: > * gnu/packages/maths.scm (arpack-ng): New variable. Looks good and compiles, please push. > +(license (license:bsd-style "file://COPYING" > +"See COPYING in the distribution." Concerning bsd

Re: [ART] Website mockup rev1

2015-02-18 Thread Daniel Pimentel
On 2015-02-17 20:28, Luis Felipe López Acevedo wrote: Hi, Here is a revision of the last website mockup [1]. White header http://sirgazil.bitbucket.org/static/temp/img/guixsd/home-view-white-rev1.png Black header http://sirgazil.bitbucket.org/static/temp/img/guixsd/home-view-black-rev1.png Ad

Add sysfsutils, cpufrequtils

2015-02-18 Thread Taylan Ulrich Bayırlı/Kammer
I was going to send this as a patch sequence with git-send-email, but we seem to be lacking the necessary Perl modules. :-) >From a2edf2d2cec85d02e3a3848499706544be0e0961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Wed, 18 Feb 2015 21:20:38 +0100 S

Re: [PATCH]: Add LV2 mda Piano/EPiano plugins.

2015-02-18 Thread Mark H Weaver
Ricardo Wurmus writes: > Here are two packages for my own software: the LV2 ports of the mda > Piano and mda EPiano audio plugins. > > Downloads from gitorious do not appear to work (see bug #19840), so I > offer the tarball (one for both plugins) on my own server until this is > fixed. I will f

Re: [PATCH]: Add LV2 mda Piano/EPiano plugins.

2015-02-18 Thread Ricardo Wurmus
Mark H Weaver writes: >> Downloads from gitorious do not appear to work (see bug #19840), so I >> offer the tarball (one for both plugins) on my own server until this is >> fixed. > > I will fix bug #19840 soon, and would prefer that we wait for that. Okay. This will also give me time to make a