From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: Building Guix Date: Fri, 9 May 2014 20:51:29 +0200 Message-ID: <20140509185129.GB19961@thebird.nl> References: <20140509105718.GA18552@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wiq7U-0002F4-5O for guix-devel@gnu.org; Fri, 09 May 2014 15:06:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wiq7O-0006ni-7W for guix-devel@gnu.org; Fri, 09 May 2014 15:06:08 -0400 Received: from mail.thebird.nl ([95.154.203.175]:42854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wiq7O-0006nS-2Z for guix-devel@gnu.org; Fri, 09 May 2014 15:06:02 -0400 Content-Disposition: inline In-Reply-To: <20140509105718.GA18552@thebird.nl> 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 Fri, May 09, 2014 at 12:57:18PM +0200, Pjotr Prins wrote: > Interestingly I found a Guix expression in Nixpkgs! It is dated, guix-0.3, but works. Anything I need to know to update that to guix-0.6? I may do just that :) > > https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/package-management/guix/default.nix Two questions: 1. Why is guile not simply a build dependency? Or is is that the tar ball is expected in place for bootstrapping and will fail otherwise. Looks a bit odd to have guile in multiple places. 2. What do we do with the store? I know Nix should move to /gnu ;) My personal solution would be to hard link between /nix and /gnu. Will the default be good enough? It will be a good thing to maintain this Nix package until Guix comes with all the binary installation options that Nix has. Be interesting to see when Debian accepts a Guix package. Don't see why not, really, since they allow for rubygems, cpan etc. Pj.