From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] avrdude: Build with libusb-compat. Date: Wed, 29 Jun 2016 07:16:49 +0200 Message-ID: <87k2h8efr2.fsf@elephly.net> References: <87d1n57mxt.fsf@elephly.net> <20160625174638.GD22624@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bI7s3-0005PD-Fx for guix-devel@gnu.org; Wed, 29 Jun 2016 01:17:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bI7rz-0003md-90 for guix-devel@gnu.org; Wed, 29 Jun 2016 01:17:06 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bI7ry-0003m5-Vo for guix-devel@gnu.org; Wed, 29 Jun 2016 01:17:03 -0400 In-reply-to: <20160625174638.GD22624@jasmine> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Leo Famulari Cc: guix-devel 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 patch file, we will want to remove the reference in > gnu/local.mk, right? I pushed the commit to master after also removing the patch from gnu/local.mk. Thanks for catching this mistake! ~~ Ricardo