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
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
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
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