From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kete Subject: Re: Package Definition Place Date: Mon, 30 Dec 2013 19:37:26 -0500 Message-ID: <1428077.lopkipYF0I@knossos> References: <1471744.UPeTPsttfJ@knossos> <20131230071600.GA3790@intra> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxnL1-0004P1-Do for guix-devel@gnu.org; Mon, 30 Dec 2013 19:37:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VxnKu-0001LN-3b for guix-devel@gnu.org; Mon, 30 Dec 2013 19:37:39 -0500 Received: from ninthfloor.org ([109.74.194.224]:38458 helo=mail.ninthfloor.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxnKt-0001K5-Td for guix-devel@gnu.org; Mon, 30 Dec 2013 19:37:32 -0500 In-Reply-To: <20131230071600.GA3790@intra> 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: John Darrington Cc: guix-devel@gnu.org On Monday, December 30, 2013 08:16:01 AM John Darrington wrote: > Package definitions reside in gnu/package/*.scm The packages themselves, > once built, get automatically put into /nix/store. > Sorry, I always forget to 'Reply all'. I hope you don't mind if I take this back public. On Monday, December 30, 2013 02:23:33 PM you wrote: > On Mon, Dec 30, 2013 at 05:57:48AM -0500, Kete wrote: > I'm asking if we're defining packages, how do we build them? > > > What I do is: > > make && ./pre-inst-env guix build Thanks, what do you do with the scm (Scheme) package definition file? Does it play a part in that? Do we place it in the current directory? What if I used 'guix download', and the tarball is in /nix/store? Will it just work? Wait, what is "pre-inst-env"? I'm a little lost. I'm just trying to contribute a package of my shell, so I can use it in Emacs.