From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: luajit recipe Date: Wed, 05 Feb 2014 02:31:58 +0100 Message-ID: <52F1948E.1080308@gmail.com> References: <87iosulff2.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WArMm-0002Kq-3a for guix-devel@gnu.org; Tue, 04 Feb 2014 20:33:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WArMd-0008HF-MM for guix-devel@gnu.org; Tue, 04 Feb 2014 20:33:28 -0500 Received: from mail-we0-x230.google.com ([2a00:1450:400c:c03::230]:57416) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WArMd-0008H9-FT for guix-devel@gnu.org; Tue, 04 Feb 2014 20:33:19 -0500 Received: by mail-we0-f176.google.com with SMTP id q58so4821726wes.7 for ; Tue, 04 Feb 2014 17:33:17 -0800 (PST) Received: from [192.168.0.10] (tal33-3-82-233-82-24.fbx.proxad.net. [82.233.82.24]) by mx.google.com with ESMTPSA id fo6sm40963348wib.7.2014.02.04.17.33.15 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 04 Feb 2014 17:33:16 -0800 (PST) In-Reply-To: <87iosulff2.fsf@gmail.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org On 02/04/2014 10:46 PM, Raimon Grau wrote: > Hi, > > I've been following this project for some time, and finally got through > using it for a few packages, and made my first recipe. > > Here's the luajit recipe. I'd appreciate any comments you have on that > (It's my first (hopefully not the last) contribution to this project). > I think you should add this package to gnu/packages/lua.scm rather than creating a new file. Regards, Cyril Roelandt.