Re: Reorganizing guix package commands

2016-04-20 Thread John Darrington
On Wed, Apr 20, 2016 at 11:46:20AM +0200, Taylan Ulrich Bay??rl??/Kammer wrote: As an example of the pedagogic benefit of categorizing the commands: many users coming from other package managers are confused as to what exactly "installing" a package is in Guix. It actually con

[PATCH 2/2] gnu: imlib2: Fix CVE-2016-4024.

2016-04-20 Thread Leo Famulari
* gnu/packages/patches/imlib2-CVE-2016-4024.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/image.scm (imlib2): Use it. --- gnu-system.am | 1 + gnu/packages/image.scm | 3 +- gnu/packages/patches/imlib2-CVE-20

[PATCH 1/2] gnu: imlib2: Update to 1.4.8.

2016-04-20 Thread Leo Famulari
gnu/packages/image.scm (imlib2): Update to 1.4.8. --- gnu/packages/image.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index ba7c8c3..91d6af6 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -459,7 +45

[PATCH 0/2] Update imlib2 and patch against CVE-2016-4024

2016-04-20 Thread Leo Famulari
This applies from a patch from imlib2's source code repository. The change fixes an integer overflow on 32-bit machines. The upstream says: Security implications: *) for 32-bit machines: insufficient heap allocation and heap overwrite in many image loaders, with escalation potential to remote cod

Re: Reorganizing guix package commands

2016-04-20 Thread Efraim Flashner
On Wed, Apr 20, 2016 at 11:29:25AM +0200, Taylan Ulrich Bayırlı/Kammer wrote: > l...@gnu.org (Ludovic Courtès) writes: > > >> Maybe instead of --list-generations and others, these options should > >> transform into subcommands (list-generations) of "guix profile". > > > > I agree. But what should

Re: [PATCH] gnu: powertop: Patch absolute file names.

2016-04-20 Thread Efraim Flashner
On Mon, Apr 18, 2016 at 11:01:41PM +0200, Mathieu Lirzin wrote: > * gnu/packages/linux.scm (powertop)[inputs]: Add kmod. > [arguments]: Patch absolute file names. Before that launching powertop > was failing because 'modprobe' was not found. > --- > gnu/packages/linux.scm | 25 +++

[PATCH] Connman

2016-04-20 Thread Efraim Flashner
I think I've finally gotten connman working, with a service. I haven't added an entry to doc/guix.texi yet, and for some reason when I started the patch I stuck it in wicd.scm. I've also attached the OS config I used while testing. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372

Re: Reorganizing guix package commands

2016-04-20 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > As an example of the pedagogic benefit of categorizing the commands: > many users coming from other package managers are confused as to what > exactly "installing" a package is in Guix. It actually consists of two > steps, 1. to

[PATCH] Remove extra .scm appended to guile-minikanren files

2016-04-20 Thread Erik Edrosa
Hello Guix, Was looking to play around with minikanren so I installed guile-minikanren on guix and noticed the scheme files had an extra .scm appended to them when installed. So this patch removes them from the files. Thanks, Erik From ddc117f8c04406a4ddc6a1ccf3a7510182d8b678 Mon Sep 17 00:00:00

Re: Reorganizing guix package commands

2016-04-20 Thread myglc2
Alex Kost writes: > John Darrington (2016-04-20 08:34 +0300) wrote: > >> On Tue, Apr 19, 2016 at 11:45:26PM -0400, myglc2 wrote: >> >> Table 2: Novice-friendly Commands >> = >> | existing command | new command | >>

Re: [PATCH] gnu: Add acpi.

2016-04-20 Thread Ludovic Courtès
Mathieu Lirzin skribis: > * gnu/packages/linux.scm (acpi): New variable. LGTM, thanks! Ludo'.

Re: [PATCH] version bump libgcrypt -> 1.7

2016-04-20 Thread Ludovic Courtès
Leo Famulari skribis: > On Sun, Apr 17, 2016 at 11:53:51AM +0200, ng0 wrote: >> Updated libgcrypt patch. > > Is there a consensus on upgrading from 1.6.5 and making the change on > core-updates? OK for doing it in ‘core-updates’! In an ideal world, we’d do it in a separate branch to check for b

Re: [PATCH 4/7] gnu: Add python2-ipaddr, a Python-2-only package

2016-04-20 Thread Ludovic Courtès
Alex Kost skribis: > Hartmut Goebel (2016-04-19 00:09 +0300) wrote: > >> Am 18.04.2016 um 22:20 schrieb Leo Famulari: > +(synopsis "IP address manipulation library by Google") > +(description > + "Library for working with IP addresses, both IPv4 and IPv6.") >>> Can you

Re: [PATCH 4/6] gnu: gnome-documents

2016-04-20 Thread rennes
On 2016-04-18 13:44, Leo Famulari wrote: On Thu, Apr 14, 2016 at 10:35:00AM -0500, ren...@openmailbox.org wrote: On 2016-03-29 14:25, l...@gnu.org wrote: >ren...@openmailbox.org skribis: > >>+ `(#:configure-flags >>+ '("--with-ca-certificates=/etc/ssl/certs/ca-certificates.crt") > >AFA

Re: [PATCH] Add vcflib.

2016-04-20 Thread Ricardo Wurmus
Roel Janssen writes: > From 07f041559f7f023c56c23f81ac7e90441c44f91b Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Tue, 22 Mar 2016 16:06:45 +0100 > Subject: [PATCH 8/8] gnu: Add vcflib. > * gnu/packages/bioinformatics.scm (tabixpp-vcflib): New variable. > * gnu/packages/bioinformatics.

Re: [PATCH] Add vcflib.

2016-04-20 Thread Ricardo Wurmus
Roel Janssen writes: > From 3ed14719121a952fca48a8ad3426588ebb58a130 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Tue, 22 Mar 2016 15:57:33 +0100 > Subject: [PATCH 7/8] gnu: Add intervaltree. > * gnu/packages/bioinformatics.scm (intervaltree): New variable. > --- > gnu/packages/bioinf

Re: [PATCH] Add vcflib.

2016-04-20 Thread Ricardo Wurmus
Roel Janssen writes: > From c934cee6c84a39de36ecb4c3a85340ff025b1343 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Tue, 22 Mar 2016 15:50:12 +0100 > Subject: [PATCH 6/8] gnu: Add fastahack. > * gnu/packages/bioinformatics.scm (fastahack): New variable. > --- > gnu/packages/bioinformati

Re: [PATCH] Add vcflib.

2016-04-20 Thread Ricardo Wurmus
Roel Janssen writes: > From f0cb8c476e902e3351988f7c278b3682837c8cce Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Tue, 22 Mar 2016 15:47:06 +0100 > Subject: [PATCH 5/8] gnu: Add filevercmp. > * gnu/packages/bioinformatics.scm (filevercmp): New variable. > --- > gnu/packages/bioinform

Re: [PATCH] Add vcflib.

2016-04-20 Thread Ricardo Wurmus
Roel Janssen writes: > From ec8d80b1be2d4271b6a1583a1c1a6264d37ccbeb Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Tue, 22 Mar 2016 15:10:53 +0100 > Subject: [PATCH 4/8] gnu: Add fsom. > * gnu/packages/bioinformatics.scm (fsom): New variable. > --- > gnu/packages/bioinformatics.scm |

Re: [PATCH] Add vcflib.

2016-04-20 Thread Ricardo Wurmus
Roel Janssen writes: > From edcf3132dca6c3e86439710892870285377adbb2 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Tue, 22 Mar 2016 15:07:47 +0100 > Subject: [PATCH 3/8] gnu: Add multichoose. > * gnu/packages/bioinformatics.scm (multichoose): New variable. > --- > gnu/packages/bioinfo

Re: [PATCH] Add vcflib.

2016-04-20 Thread Ricardo Wurmus
Roel Janssen writes: > From e75aa388931c92657336c8a15f88b6a0273f5e02 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Tue, 22 Mar 2016 15:01:37 +0100 > Subject: [PATCH 2/8] gnu: Add smithwaterman. > * gnu/packages/bioinformatics.scm (smithwaterman): New variable. > --- > gnu/packages/bio

Re: [PATCH] Add vcflib.

2016-04-20 Thread Ricardo Wurmus
Roel Janssen writes: > From dfc9b373bbce0f36882407cec47440a0a44c78d1 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Tue, 22 Mar 2016 14:59:05 +0100 > Subject: [PATCH 1/8] gnu: Add tabixpp. > * gnu/packages/bioinformatics.scm (tabixpp): New variable. > --- > gnu/packages/bioinformatics.s

Re: [PATCH] Add vcflib.

2016-04-20 Thread Roel Janssen
Dear reviewers, Can I make the review process easier by posting the patches in separate threads? Thanks! Kind regards, Roel Janssen Ricardo Wurmus writes: > Roel Janssen writes: > >> Dear Guix, >> >> In an effort to package freebayes, I would first like to add vcflib and >> its dependencies.

[PATCH] Add R packages needed for updates.

2016-04-20 Thread Ricardo Wurmus
Hi Guix, I’m preparing to push patches to update all of our R packages. Some packages need new inputs so I’m adding them first with the attached patches. As soon as these patches are in I’ll push the simple updates to our R packages. ~~ Ricardo >From 38bbded2fcaa7679279583e990c1265c919d8eee Mo

Re: Reorganizing guix package commands

2016-04-20 Thread Taylan Ulrich Bayırlı/Kammer
Alex Kost writes: > Ludovic Courtès (2016-04-19 18:52 +0300) wrote: > >> Similarly, it’s not immediately obvious to me that something like “guix >> package edit” and “guix package install” would help newcomers. >> >> On the contrary, they would likely violate the rule of least surprise: >> most o

Re: Reorganizing guix package commands

2016-04-20 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: >> Maybe instead of --list-generations and others, these options should >> transform into subcommands (list-generations) of "guix profile". > > I agree. But what should we do of transactions? I'd like to re-propose the use of '--' to delineate the end of ar

Re: Reorganizing guix package commands

2016-04-20 Thread Alex Kost
John Darrington (2016-04-20 08:34 +0300) wrote: > On Tue, Apr 19, 2016 at 11:45:26PM -0400, myglc2 wrote: > > Table 2: Novice-friendly Commands > = > | existing command | new command | > |--

Cross-Origin Request blocked when browing non-www of packages page and mixed content

2016-04-20 Thread Roel Janssen
>From 561e11988d14ed67c359d6294f170199a2fed273 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Wed, 20 Apr 2016 10:26:23 +0200 Subject: [PATCH] website: packages: Serve package logos locally. * website/www/packages/scm (package->sxml): Add logos only when found locally. * website/static/base/im

Re: Reorganizing guix package commands

2016-04-20 Thread Alex Kost
Ludovic Courtès (2016-04-19 18:52 +0300) wrote: > Alex Kost skribis: > >> Ludovic Courtès (2016-04-18 20:20 +0300) wrote: > > [...] > >>> I can see how adding “package” everywhere helps categorize things >>> mentally, but as a user interface, I think it would be rather bad. >> >> As a user, I thi

[PATCH 2/2] gnu: bitlbee: Incorporate upstream pre-release patches.

2016-04-20 Thread Andy Wingo
* gnu/packages/messaging.scm (%bitlbee-buddy-nick-change-patch): (%bitlbee-always-use-nicks-patch): New variables. (bitlbee): Add new patches. --- gnu/packages/messaging.scm | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/gnu/packages/messaging.scm b/gnu

[PATCH 1/2] gnu: bitlbee: Update to 3.4.2.

2016-04-20 Thread Andy Wingo
* gnu/packages/messaging.scm (bitlbee): Update to 3.4.2. --- gnu/packages/messaging.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index fbe84f5..f094f85 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/