From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/1] gnu: libevent: Update to 2.1.8. Date: Tue, 31 Jan 2017 13:51:32 -0500 Message-ID: <20170131185132.GA31625@jasmine> References: <20170130224106.22064-1-mbakke@fastmail.com> <20170130224106.22064-2-mbakke@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYdWm-0005UM-Cz for guix-devel@gnu.org; Tue, 31 Jan 2017 13:51:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cYdWi-0003gS-CP for guix-devel@gnu.org; Tue, 31 Jan 2017 13:51:40 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:33813) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cYdWi-0003fo-6M for guix-devel@gnu.org; Tue, 31 Jan 2017 13:51:36 -0500 Content-Disposition: inline In-Reply-To: <20170130224106.22064-2-mbakke@fastmail.com> 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: Marius Bakke Cc: guix-devel@gnu.org On Mon, Jan 30, 2017 at 11:41:06PM +0100, Marius Bakke wrote: > * gnu/packages/libevent.scm (libevent): Update to 2.1.8. > [inputs]: Move everything to ... > [native-inputs]: ... here. Change 'python-wrapper' to 'python-2'. > (libevent-2.0): New variable. > * gnu/packages/patches/libevent-2.1-dns-tests.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/gnuzilla.scm (icecat)[inputs]: Change 'libevent' to 'libevent-2.0'. Thanks! > - (inputs > + (native-inputs > `(;; Dependencies used for the tests and for `event_rpcgen.py'. > ("which" ,which) > - ("python" ,python-wrapper))) > + ("python" ,python-2))) ; 'print' syntax libevent 2.1.8 retains a reference to python-2, so it should be a regular input, right?