From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Heads-up: New dependency on Guile-Gcrypt Date: Wed, 12 Sep 2018 19:14:40 +0200 Message-ID: <87k1nq7i4f.fsf@gnu.org> References: <1536146344.3092.20.camel@tourbillion-technology.com> <87ftynu0eu.fsf@gnu.org> <87d0trkkim.fsf@gnu.org> <1536235121.3126.15.camel@tourbillion-technology.com> <87musuqqpj.fsf@gnu.org> <20180910093458.uqooj4yczswb43lj@thebird.nl> <1536578104.6808.17.camel@tourbillion-technology.com> <87r2i1axpb.fsf@gnu.org> <1536659695.3288.20.camel@tourbillion-technology.com> 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]:34841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g08j1-0007S7-7G for guix-devel@gnu.org; Wed, 12 Sep 2018 13:14:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g08j0-0008Q9-6F for guix-devel@gnu.org; Wed, 12 Sep 2018 13:14:47 -0400 In-Reply-To: <1536659695.3288.20.camel@tourbillion-technology.com> (Paul Garlick's message of "Tue, 11 Sep 2018 10:54:55 +0100") 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" To: Paul Garlick Cc: guix-devel@gnu.org Hello, Paul Garlick skribis: > I have just needed to introduce a couple of concepts in order to use > the ./pre-inst-env commands in the git checkout. =C2=A0Firstly, I use a > development environment created by: Once you have run =E2=80=98guix pull=E2=80=99, the =E2=80=98guile-gcrypt=E2= =80=99 package is known and it=E2=80=99s an input to the =E2=80=98guix=E2=80=99 package. Thus, from th= ere on, simply running: guix environment guix should give you an environment that contains guile-gcrypt, guile-json, guile, and the whole shebang. In that environment you should be able to hack on Guix itself. Does that make sense? In anyway, if you found a way out, that=E2=80=99s good. :-) Ludo=E2=80=99.