Re: [PATCH] gnu: Add freefall.

2016-03-16 Thread Tobias Geerinckx-Rice
On 16/03/2016, Leo Famulari wrote: > Do you think we should change the 'alarm' value as in the Nix package? (Disclaimer of sorts: I wrote that package as well, a long time ago. For the same machine I'm hoping to migrate to Guix soon.) Yes please! Since the main purpose of this package is peace o

Re: [PATCH] gnu: Add r-dnacopy.

2016-03-16 Thread Ricardo Wurmus
Hi Roel, > I'd like to add DNAcopy -- a package for R. > I followed the indentation of the other R packages. The indentation is fine. We do not need the “r-repository” property any more, though. I have patches here to remove them from the few packages that were pushed with that property. I’ve

[PATCH] gnu: Add r-dnacopy.

2016-03-16 Thread Roel Janssen
>From fab3c04392c943d651c4fcc922bea878092ecab7 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Wed, 16 Mar 2016 10:27:48 +0100 Subject: [PATCH] gnu: Add r-dnacopy. * gnu/packages/bioinformatics.scm (r-dnacopy): New variable. --- gnu/packages/bioinformatics.scm | 23 +++ 1 f

Re: [PATCH] gnu: Include CodingQuarry gene predictor

2016-03-16 Thread Rob Syme
Thanks! On Wed, 16 Mar 2016 at 16:50 Leo Famulari wrote: > On Fri, Mar 11, 2016 at 03:55:47AM +, Rob Syme wrote: > > Dear Guix, > > > > I have attached the amended patch to add the CodingQuarry gene predictor > > (v2.0). Thanks for the kind feedback on my previous patch. I have tried > to >

Re: [PATCH] gnu: Include CodingQuarry gene predictor

2016-03-16 Thread Leo Famulari
On Fri, Mar 11, 2016 at 03:55:47AM +, Rob Syme wrote: > Dear Guix, > > I have attached the amended patch to add the CodingQuarry gene predictor > (v2.0). Thanks for the kind feedback on my previous patch. I have tried to > make the formatting etc look as close as I can to the other GNU patches

Re: hplip package (work in progress)

2016-03-16 Thread Andy Wingo
I seem to have left off some words. Fixed below! On Wed 16 Mar 2016 09:19, Andy Wingo writes: > On Tue 15 Mar 2016 22:19, Danny Milosavljevic writes: > >> Hi, >> >> I'm trying to create a package for hplip, and it manages to reach the >> install phase and then it fails trying to create /etc/c

Re: [PATCH] DISCUSSION: Jookia's Libreboot+LUKS+LVM FDE patch.

2016-03-16 Thread Jookia
On Tue, Mar 15, 2016 at 03:40:46PM +0100, Ludovic Courtès wrote: > Would a ‘mapped-device’ type where both ‘source’ and ‘target’ are lists > adequately model Linux’s notion of mapped devices? I don't know, the problem is things like LVM create multiple mapped devices rather than just one. So it do

Re: libtool archives introduce unwanted inputs to build

2016-03-16 Thread Jookia
On Tue, Mar 15, 2016 at 05:14:53PM +0100, Ludovic Courtès wrote: > iyzs...@member.fsf.org (宋文武) skribis: > I don’t think so. :-) > > From what I understand the problem is that we end up with the two > variants of gdk-pixbuf in the dependency graph, and it turns out that > it’s not the one we were

Re: [PATCH 2/2] gnu: gtk+: Enable SVG support.

2016-03-16 Thread Jookia
On Tue, Mar 15, 2016 at 05:09:34PM +0100, Ludovic Courtès wrote: > iyzs...@member.fsf.org (宋文武) skribis: > > > 宋文武 writes: > > > >> * gnu/packages/gtk.scm (gtk+, gtk+-2)[propagated-inputs]: Use > >> 'gtk-pixbuf+svg' > >> instead of 'gtk-pixbuf'. > > Typo, it's 'gdk-pixbuf'. > > > > This patch sh

Re: hplip package (work in progress)

2016-03-16 Thread Andy Wingo
On Tue 15 Mar 2016 22:19, Danny Milosavljevic writes: > Hi, > > I'm trying to create a package for hplip, and it manages to reach the install > phase and then it fails trying to create /etc/cups . Should we put /etc/cups > inside the hplip store directory or what should we do with it? Generall

[PATCH] licenses: Add Apache Software License 1.1.

2016-03-16 Thread Roel Janssen
>From 02888e1aa137142a2a5ad9edc400df04514e7e3d Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Wed, 16 Mar 2016 08:50:23 +0100 Subject: [PATCH] licenses: Add Apache Software License 1.1. * guix/licenses.scm (asl1.1): New variables. --- guix/licenses.scm | 7 ++- 1 file changed, 6 insertion

Re: [PATCH] gnu: Add biber

2016-03-16 Thread Leo Famulari
On Mon, Mar 14, 2016 at 11:08:15PM +0100, Clément Barthélemy wrote: > Hi everyone, > > Attached is a series of patches (my first!) to package biber (a > BibTeX replacement written in Perl). It's kind of a work in > progress, I still have some problems : > > 1. The build process spits out permissi