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
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.
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"))
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
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
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
On Sun, Jun 05, 2016 at 03:50:20PM -0500, Lukas Gradl wrote:
> Attached is an updated patch.
Pushed as 893d963a, thanks!
>
> Thank you!
>
>
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
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!
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
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
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
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)?
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
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
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
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
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
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
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
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
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.
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
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
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
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
26 matches
Mail list logo