Re: [PATCH] gnu: Add emacs-company.

2016-06-16 Thread Ben Woodcroft
On 17/06/16 16:12, Ricardo Wurmus wrote: * gnu/packages/emacs.scm (emacs-company): New variable. --- gnu/packages/emacs.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index cb6464d..e4b3097 100644 --- a/gnu/pa

[PATCH] gnu: Add emacs-company.

2016-06-16 Thread Ricardo Wurmus
* gnu/packages/emacs.scm (emacs-company): New variable. --- gnu/packages/emacs.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index cb6464d..e4b3097 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @

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

2016-06-16 Thread Leo Famulari
On Fri, Jun 17, 2016 at 11:23:19AM +1000, Ben Woodcroft wrote: > * gnu/packages/bioinformatics.scm (python-screed, python2-screed): > New variables. > + (uri (string-append > + "https://pypi.python.org/packages/a0/6b/"; > + "a90c7ab7b0ad1eab211053c85c1242a81379f34c5f5

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

2016-06-16 Thread Ben Woodcroft
* gnu/packages/bioinformatics.scm (python-screed, python2-screed): New variables. --- gnu/packages/bioinformatics.scm | 41 + 1 file changed, 41 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 04ed769..22ed

[PATCH 3/3] gnu: Add khmer.

2016-06-16 Thread Ben Woodcroft
* gnu/packages/bioinformatics.scm (khmer): New variable. * gnu/packages/patches/khmer-use-libraries.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. --- gnu/local.mk | 1 + gnu/packages/bioinformatics.scm| 92 ++

[PATCH 2/3] gnu: Add murmur-hash.

2016-06-16 Thread Ben Woodcroft
* gnu/packages/textutils.scm (murmur-hash): New variable. --- gnu/packages/textutils.scm | 39 +++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index ebcf4b9..ce83c4d 100644 --- a/gnu/packages/textutils.s

[PATCH] Add khmer.

2016-06-16 Thread Ben Woodcroft
This isn't the best name for a piece of software I suggest, but it is reasonably well known in the field. 'murmur-hash' takes the code from a repository SMHasher, but I'm not interested in packaging that. That is OK? TIA as usual. ben

Re: [PATCH] gnu: gnupg: Update to 2.1.13

2016-06-16 Thread Leo Famulari
On Thu, Jun 16, 2016 at 08:51:55PM +, ng0 wrote: > * gnu/packages/gnupg.scm (gnupg): Update to 2.1.13. Thanks! Applied as 1ee4274c962

Re: [PATCH] gnu: Add awesome.

2016-06-16 Thread Leo Famulari
On Fri, Jun 17, 2016 at 09:31:59AM +1000, Carlo Zancanaro wrote: > On 16 June 2016 at 22:38, Ludovic Courtès wrote: > > > Primarily, I built it with --rounds=2 as per > > < > > https://www.gnu.org/software/guix/manual/html_node/Submitting-Patches.html> > > ... > > > > I tried to build with --rou

Re: [PATCH] gnu: gnupg: Update to 2.1.13

2016-06-16 Thread Leo Famulari
On Thu, Jun 16, 2016 at 08:51:55PM +, ng0 wrote: > * gnu/packages/gnupg.scm (gnupg): Update to 2.1.13. Testing this new gnupg... signature.asc Description: PGP signature

Re: [PATCH] gnu: Add awesome.

2016-06-16 Thread Carlo Zancanaro
On 16 June 2016 at 22:38, Ludovic Courtès wrote: > Primarily, I built it with --rounds=2 as per > < > https://www.gnu.org/software/guix/manual/html_node/Submitting-Patches.html> > ... > I tried to build with --rounds=2, but always after I had built normally (because I cared first about whether i

Re: Guix on a Dell XPS 13 DE - 9350

2016-06-16 Thread Leo Famulari
On Fri, Jun 17, 2016 at 12:12:58AM +0200, Jan Nieuwenhuizen wrote: > Hi, > > There were some hurdles I had to get over so sharing my experiences > here. > > The XPS ships with Ubuntu 14.04, but uses UEFI boot and GPT disk. > In the bios I selected "legacy" boot and used gdisk (from gptfdisk, > se

Guix on a Dell XPS 13 DE - 9350

2016-06-16 Thread Jan Nieuwenhuizen
Hi, There were some hurdles I had to get over so sharing my experiences here. The XPS ships with Ubuntu 14.04, but uses UEFI boot and GPT disk. In the bios I selected "legacy" boot and used gdisk (from gptfdisk, see patch below) to change it to MBR. The SSD uses the NVMe protocol, which means I

Re: [PATCH] gnu: Update python2-qrcode (refactored)

2016-06-16 Thread Ben Woodcroft
Hi Daniel, Thanks for the patch. Subject: [PATCH 3/3] gnu: Add python2-qrcode nitpicks: A full stop should be added at the end, and the following changelog-style line should be added: * gnu/packages/python.scm (python2-qrcode): New variable. There was also some trailing whitespace in the

[PATCH] gnu: gnupg: Update to 2.1.13

2016-06-16 Thread ng0
From d5c7521703d21e22667d484e46e0892d0392db27 Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 16 Jun 2016 20:45:23 + Subject: [PATCH] gnu: gnupg: Update to 2.1.13. * gnu/packages/gnupg.scm (gnupg): Update to 2.1.13. --- gnu/packages/gnupg.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

Re: [WIP v0.1 2/8] gnu: Add kde attica

2016-06-16 Thread Efraim Flashner
On Tue, Jun 14, 2016 at 11:15:04PM +0200, Hartmut Goebel wrote: > * gnu/packages/kde-frameworks.scm (attica): New variable. > --- > gnu/packages/kde-frameworks.scm | 39 +++ > 1 file changed, 39 insertions(+) > > diff --git a/gnu/packages/kde-frameworks.scm b/g

Re: [PATCH] for gnu/packages/*.scm rewrite http to https for gnu.org, emacs.scm: add tls for elpa (https://elpa.gnu.org)

2016-06-16 Thread Mathieu Lirzin
ng0 writes: > On 2016-06-11(06:33:24PM+0200), Mathieu Lirzin wrote: > >> I have noticed that this patch modifies the copying permission statement >> too. Since they are copied from >> , I think it would be >> preferable to modify the original before.

Re: [PATCH] gnu: libgcrypt update to 1.7.1

2016-06-16 Thread Efraim Flashner
On Thu, Jun 16, 2016 at 11:40:47AM -0400, Leo Famulari wrote: > On Wed, Jun 15, 2016 at 07:53:28PM +, ng0 wrote: > > * gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.1 > > This looks good to me. What branch should it go on? > either core-updates or core-updates-next -- Efraim Flashner

Re: [PATCH] gnu: cross-libc: Cross build the correct libc for GNU/Hurd systems.

2016-06-16 Thread Manolis Ragkousis
Hello, Here is the updated patch. On 06/12/16 19:38, Ludovic Courtès wrote: > Could you move this procedure, as well as xgnumach-headers and co., to > the top level? That way there’d be less “clutter” in the definition of > ‘cross-libc’ itself. WDYT? I created (guix build cross-base) which exp

Re: [PATCH] gnu: libgcrypt update to 1.7.1

2016-06-16 Thread Leo Famulari
On Wed, Jun 15, 2016 at 07:53:28PM +, ng0 wrote: > * gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.1 This looks good to me. What branch should it go on?

[PATCH 0/3]: Add vegan.

2016-06-16 Thread Ben Woodcroft
Thanks in advance for review.

[PATCH 1/3] gnu: Add r-permute.

2016-06-16 Thread Ben Woodcroft
* gnu/packages/statistics.scm (r-permute): New variable. --- gnu/packages/statistics.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 1288d9d..e5911d7 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/

[PATCH 2/3] gnu: Add r-mgcv.

2016-06-16 Thread Ben Woodcroft
* gnu/packages/statistics.scm (r-mgcv): New variable. --- gnu/packages/statistics.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index e5911d7..c84845d 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packa

Re: [PATCH] gnu: Add awesome.

2016-06-16 Thread Ludovic Courtès
Carlo Zancanaro skribis: > * gnu/packages/wm.scm (awesome): New variable. Pushed as 3d1240aa2561792895795315c7783a28bf4412af with a few changes. Primarily, I built it with --rounds=2 as per and noticed that the ‘awesom

Re: [PATCH] gnu: Update python2-qrcode (refactored)

2016-06-16 Thread Daniel Pimentel
Add python2-qrcode -- Daniel Pimentel (aka d4n1)From 73789bcc6b019f861361b12ca451282efe43 Mon Sep 17 00:00:00 2001 From: Daniel Pimentel Date: Thu, 16 Jun 2016 09:13:55 -0300 Subject: [PATCH 3/3] gnu: Add python2-qrcode --- gnu/packages/python.scm | 26 ++ 1 file ch

Re: [PATCH] gnu: Update python2-pbkdf2 (refactored)

2016-06-16 Thread Daniel Pimentel
Add python2-pbkdf2 -- Daniel Pimentel (aka d4n1)From ccfc0c589d297ff262fdc8d7495ffb12854bfc7c Mon Sep 17 00:00:00 2001 From: Daniel Pimentel Date: Thu, 16 Jun 2016 09:11:09 -0300 Subject: [PATCH 2/2] gnu: Add python2-pbkdf2 --- gnu/packages/python.scm | 25 + 1 file cha

Re: [PATCH] gnu: services: Add bluetooth-service.

2016-06-16 Thread 宋文武
Alex Griffin writes: > Thanks for writing this, I've been wanting bluetooth support for a > while! > > I added this to my system services and added my user to the "lp" group, > but I still ran into a few issues. GNOME still didn't recognize my > bluetooth adaptor, so I tried using bluetoothctl fr

Re: [PATCH] gnu: Update python2-jsonrpclib (refactor)

2016-06-16 Thread Daniel Pimentel
Add python2-jsonrpclib. -- Daniel Pimentel (aka d4n1)From 9e8a67f7ad8c25ba8c45b52cf800d28a5322c362 Mon Sep 17 00:00:00 2001 From: Daniel Pimentel Date: Thu, 16 Jun 2016 09:08:24 -0300 Subject: [PATCH] gnu: Add python2-jsonrpclib --- gnu/packages/python.scm | 28 1

Re: [PATCH] Update perl-test-simple

2016-06-16 Thread Ludovic Courtès
ng0 skribis: > From 44e972f8cc2019f63b4df980a2928342e105b706 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Wed, 15 Jun 2016 21:04:05 + > Subject: [PATCH] gnu: perl-test-simple: Update to 1.302026. > > * gnu/packages/perl.scm (perl-test-simple): Update to 1.302026. Pushed, thanks! Ludo’.

Re: WIP Java certificates

2016-06-16 Thread Ludovic Courtès
Ricardo Wurmus skribis: > As soon as I add > > #:use-module (gnu packages certs) > > to the module definition of “(gnu packages java)” Guix complains with > errors that are usually indicative of a module loop. Attached is a > patch to master. > > Here are the errors I get when trying to bui

Re: [PATCH] gnu: services: Add mysql-service.

2016-06-16 Thread Ludovic Courtès
iyzs...@member.fsf.org (宋文武) skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Hello! >> >> 宋文武 skribis: [...] >>> +@deftp {Data Type} mysql-configuration >>> +Data type representing the configuration of @var{mysql-service}. >>> + >>> +@table @asis >>> +@item @code{mysql} (default: @var{ma

Re: Install gpg2 as gpg

2016-06-16 Thread Ludovic Courtès
Leo Famulari skribis: > On Wed, Jun 15, 2016 at 02:53:00PM +0200, Andreas Enge wrote: [...] >> Why not just drop gpg-2.0 then? > > All three GnuPG branches (1.4, 2.0, 2.1) are actively maintained. Why > drop 2.0? +1 Besides, I use 2.0, because for some reason 2.1 has always failed for me (tho

Re: [PATCH] Quick-start guide

2016-06-16 Thread Ludovic Courtès
Hi, yoo...@gmail.com skribis: > After reading the feedback here and spending some more time in IRC (which > really drives home the feedback about translations and colloquialisms, > thanks John) I would like to do the following: > - Add a contiguous set of examples to the existing "System Installa

Re: [WIP 0/8] GNOME Maps

2016-06-16 Thread Andy Wingo
On Wed 15 Jun 2016 19:20, Leo Famulari writes: > GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings > will not be saved or shared with other applications. I think this means you have to add dconf as an input, IIRC? A

Re: WIP Java certificates

2016-06-16 Thread Ricardo Wurmus
Ricardo Wurmus writes: > I noticed that IcedTea/OpenJDK does not actually generate a certificate > store at build time — the store at “$out/lib/security/cacerts” is > empty. As a result, accessing websites via HTTPS fails. With some modifications to the patch (and by moving it from java.scm to