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

2016-06-28 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

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

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

[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