From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 4/5] gnu: Use make-flags and modify-phases for lua-5.2. Date: Mon, 14 Dec 2015 01:22:48 -0500 Message-ID: <20151214062248.GC10634@jasmine> References: <87d1uawc41.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8MWw-0007yM-K1 for guix-devel@gnu.org; Mon, 14 Dec 2015 01:22:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a8MWv-0006jI-T7 for guix-devel@gnu.org; Mon, 14 Dec 2015 01:22:42 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:47575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8MWv-0006j7-Pu for guix-devel@gnu.org; Mon, 14 Dec 2015 01:22:41 -0500 Content-Disposition: inline In-Reply-To: <87d1uawc41.fsf@gnu.org> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org On Sun, Dec 13, 2015 at 05:24:14PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > * gnu/packages/lua.scm (lua-5.2)[arguments]: Use make-flags and > > modify-phases to control build process, replacing use of > > 'alist-' procedures. > > Sorry for dropping the ball. This patch LGTM, but I think it depends on > a previous one, no? At least it doesn’t apply to current master. I've rebased against master and merged any requested changes to prior patches. Updated patch forthcoming...