From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Building Guix Date: Fri, 09 May 2014 22:22:32 +0200 Message-ID: <87d2fmwvlj.fsf@gnu.org> References: <20140509105718.GA18552@thebird.nl> <20140509185129.GB19961@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54441) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WirJd-0002jM-SR for guix-devel@gnu.org; Fri, 09 May 2014 16:22:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WirJR-00004z-Sa for guix-devel@gnu.org; Fri, 09 May 2014 16:22:45 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:41905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WirJR-00004q-LZ for guix-devel@gnu.org; Fri, 09 May 2014 16:22:33 -0400 In-Reply-To: <20140509185129.GB19961@thebird.nl> (Pjotr Prins's message of "Fri, 9 May 2014 20:51:29 +0200") 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: Pjotr Prins Cc: guix-devel@gnu.org Pjotr Prins skribis: > 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 :) >>=20 >> https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/package-manage= ment/guix/default.nix > > Two questions: > > 1. Why is guile not simply a build dependency? It is: it=E2=80=99s listed in =E2=80=98buildInputs=E2=80=99. > 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? Dunno, we could leave the default. > It will be a good thing to maintain this Nix package until Guix comes > with all the binary installation options that Nix has. What do you mean? I think there are a couple of distros for which Guix packages exists (Arch and openSUSE, perhaps Gentoo, IIRC.) Ludo=E2=80=99.