[PATCH] avrdude: Build with libusb-compat.

2016-06-25 Thread Ricardo Wurmus
Hi Guix, I’m using avrdude with an AVRISP mkII, a USB programmer for AVR microcontrollers. When I configure avrdude to use the USB device it tells me that it was built without USB support. The attached patch fixes this by building with libusb-compat. I don’t understand how building with the mor

Re: article on Guix

2016-06-25 Thread Pjotr Prins
On Fri, Jun 24, 2016 at 05:50:32PM -0700, Bruce Byfield wrote: > I appreciate the offer, but editors frown on articles being shown > around beforehand. The belief is that doing so compromises the integrity > of the article. I must be living in a different world. Pj.

Re: On the annoyance of multiple outputs

2016-06-25 Thread Andreas Enge
On Mon, Jun 20, 2016 at 02:46:26PM +0200, Ludovic Courtès wrote: > I would suggest instead fixing the remaining issues, which is going to > be way faster than rebuilding everything. Thanks for beating me to it, I was about to have a look :-) > - (outputs '("out" > - "doc"))

Re: article on Guix

2016-06-25 Thread Andreas Enge
On Sat, Jun 25, 2016 at 09:37:57AM +0200, Pjotr Prins wrote: > On Fri, Jun 24, 2016 at 05:50:32PM -0700, Bruce Byfield wrote: > > I appreciate the offer, but editors frown on articles being shown > > around beforehand. The belief is that doing so compromises the integrity > > of the article. > I

Re: article on Guix

2016-06-25 Thread Leo Famulari
On Sat, Jun 25, 2016 at 09:53:33AM +0200, Andreas Enge wrote: > On Sat, Jun 25, 2016 at 09:37:57AM +0200, Pjotr Prins wrote: > > On Fri, Jun 24, 2016 at 05:50:32PM -0700, Bruce Byfield wrote: > > > I appreciate the offer, but editors frown on articles being shown > > > around beforehand. The beli

Re: [PATCH] Add msgpack

2016-06-25 Thread Leo Famulari
On Fri, Jun 17, 2016 at 10:13:28AM -0500, Lukas Gradl wrote: > Also, is it OK to do things like that in a snippet as in the attached > patch? > * gnu/packages/serialization.scm (msgpack): New variable. I think it's fine and I pushed as d1ef573de. If we need to change it for libring, we'll do that

Re: [PATCH] Add opendht.

2016-06-25 Thread Leo Famulari
On Sun, Jun 05, 2016 at 03:50:20PM -0500, Lukas Gradl wrote: > Attached is an updated patch. Pushed as 893d963a, thanks! > > Thank you! > >

Re: [PATCH] Add msgpack

2016-06-25 Thread Lukas Gradl
Leo Famulari writes: > On Fri, Jun 17, 2016 at 10:13:28AM -0500, Lukas Gradl wrote: >> Also, is it OK to do things like that in a snippet as in the attached >> patch? > >> * gnu/packages/serialization.scm (msgpack): New variable. > > I think it's fine and I pushed as d1ef573de. If we need to chan

Re: [PATCH] Add opendht.

2016-06-25 Thread Lukas Gradl
Leo Famulari writes: > On Sun, Jun 05, 2016 at 03:50:20PM -0500, Lukas Gradl wrote: >> Attached is an updated patch. > > Pushed as 893d963a, thanks! Thank you!

Re: [PATCH] Add gctp

2016-06-25 Thread Leo Famulari
On Sat, Jun 18, 2016 at 11:05:40AM +0200, Thomas Danckaert wrote: > From: Leo Famulari > Date: Fri, 17 Jun 2016 21:39:26 -0400 > > Should we package GCTP separately in that case? Is it used by anything > > besides HDF-EOS5? Or, should we just package HDF-EOS5? > > The only other use I'm aware of

Re: article on Guix

2016-06-25 Thread Bruce Byfield
On June 25, 2016 09:53:33 AM Andreas Enge wrote: >On Sat, Jun 25, 2016 at 09:37:57AM +0200, Pjotr Prins wrote: >> On Fri, Jun 24, 2016 at 05:50:32PM -0700, Bruce Byfield wrote: >> > I appreciate the offer, but editors frown on articles being shown >> > around beforehand. The belief is that doing s

Re: [PATCH] Add khmer.

2016-06-25 Thread Leo Famulari
On Fri, Jun 17, 2016 at 11:23:18AM +1000, Ben Woodcroft wrote: > 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? I looke

Re: [PATCH 3/3] gnu: Add khmer.

2016-06-25 Thread Leo Famulari
On Sat, Jun 18, 2016 at 09:41:46AM +1000, Ben Woodcroft wrote: > It would be better if I knew a way of copying directory into another > directory, like an "install-directory". How about copy-recursively, from (guix build utils)?

Re: [PATCH] gnu: Add orage.

2016-06-25 Thread Leo Famulari
On Mon, May 23, 2016 at 06:07:28PM -0400, Kei Kebreau wrote: > On Sun, 22 May 2016 22:34:07 -0400 > Leo Famulari wrote: > > > On Wed, May 11, 2016 at 11:34:52AM -0400, Kei Yamashita wrote: > > > Here's an updated patch. > > > > > From 68960221c70cd42165c2a4a42a1bf78e93d92035 Mon Sep 17 00:00:0

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

2016-06-25 Thread Leo Famulari
On Sat, Jun 18, 2016 at 08:33:31AM +1000, Ben Woodcroft wrote: > * gnu/packages/bioinformatics.scm (python-screed, python2-screed): I didn't build it, but it LGTM assuming it works for you. > +(source > + (pypi-origin > + "screed" version ".tar.gz" > + "a06ba90c7ab7b0ad1eab21105

Re: [PATCH] avrdude: Build with libusb-compat.

2016-06-25 Thread Leo Famulari
On Sat, Jun 25, 2016 at 09:22:06AM +0200, Ricardo Wurmus wrote: > * gnu/packages/patches/avrdude-fix-libusb.patch: Remove file. > * gnu/packages/flashing-tools.scm (avrdude)[source]: Remove patch. > [inputs]: Replace "libusb" with "libusb-compat". If we delete the patch file, we will want to remov

Re: [PATCH 03/10] gnu: Add python-inflection and python2-inflection.

2016-06-25 Thread Leo Famulari
On Thu, Jun 23, 2016 at 11:18:50PM +0800, 宋文武 wrote: > * gnu/packages/python.scm (python-inflection, python2-inflection): > New variables. > --- > gnu/packages/python.scm | 24 > 1 file changed, 24 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/pyth

Re: [PATCH 05/10] gnu: Add python-cleo and python2-cleo.

2016-06-25 Thread Leo Famulari
On Thu, Jun 23, 2016 at 11:19:59PM +0800, 宋文武 wrote: > * gnu/packages/python.scm (python-cleo, python2-cleo): New variables. > --- > gnu/packages/python.scm | 28 > 1 file changed, 28 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > i

Re: [PATCH 08/10] gnu: Add python-email-validator and python2-email-validator.

2016-06-25 Thread Leo Famulari
On Thu, Jun 23, 2016 at 11:20:02PM +0800, 宋文武 wrote: > * gnu/packages/python.scm (python-email-validator) > (python2-email-validator): New variables. > --- > gnu/packages/python.scm | 32 > 1 file changed, 32 insertions(+) > > diff --git a/gnu/packages/python.scm

Re: [PATCH 10/10] gnu: Add python-fake-factory and python2-fake-factory.

2016-06-25 Thread Leo Famulari
On Thu, Jun 23, 2016 at 11:20:04PM +0800, 宋文武 wrote: > * gnu/packages/python.scm (python-fake-factory, python2-fake-factory): > New variables. > + (arguments > + '(#:phases > + (modify-phases %standard-phases > + (add-before 'check 'disable-failing-test > + ;; XXX: faker/tests

Re: [PATCH 01/10] gnu: Add python-chai and python2-chai.

2016-06-25 Thread Leo Famulari
On Thu, Jun 23, 2016 at 11:17:42PM +0800, 宋文武 wrote: > * gnu/packages/python.scm (python-chai, python2-chai): New variables. > --- > gnu/packages/python.scm | 25 + > 1 file changed, 25 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > inde

Re: [PATCH] gnu: Add python-prompt-toolkit, python2-prompt-toolkit.

2016-06-25 Thread Leo Famulari
On Wed, Jun 22, 2016 at 03:00:31PM +0200, Danny Milosavljevic wrote: > * gnu/packages/python.scm (python-prompt-toolkit, python2-prompt-toolkit): > New variables. Thanks! Can you rebase the patch on the current master branch? There have been changes in python.scm and the patch no longer applies.

Re: [PATCH] avrdude: Build with libusb-compat.

2016-06-25 Thread Ricardo Wurmus
Leo Famulari writes: > On Sat, Jun 25, 2016 at 09:22:06AM +0200, Ricardo Wurmus wrote: >> * gnu/packages/patches/avrdude-fix-libusb.patch: Remove file. >> * gnu/packages/flashing-tools.scm (avrdude)[source]: Remove patch. >> [inputs]: Replace "libusb" with "libusb-compat". > > If we delete the p

New French PO file for 'guix' (version 0.9.1)

2016-06-25 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'guix' has been submitted by the French team of translators. The file is available at: http://translationproject.org/latest/guix/fr.po (We can arrange things so that in the

Re: [PATCH 10/10] gnu: Add python-fake-factory and python2-fake-factory.

2016-06-25 Thread 宋文武
Leo Famulari writes: > On Thu, Jun 23, 2016 at 11:20:04PM +0800, 宋文武 wrote: >> * gnu/packages/python.scm (python-fake-factory, python2-fake-factory): >> New variables. > >> + (arguments >> + '(#:phases >> + (modify-phases %standard-phases >> + (add-before 'check 'disable-failing-test

Re: [PATCH 08/10] gnu: Add python-email-validator and python2-email-validator.

2016-06-25 Thread 宋文武
Leo Famulari writes: > On Thu, Jun 23, 2016 at 11:20:02PM +0800, 宋文武 wrote: >> * gnu/packages/python.scm (python-email-validator) >> (python2-email-validator): New variables. >> --- >> gnu/packages/python.scm | 32 >> 1 file changed, 32 insertions(+) >> >> diff