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: Mon, 10 Sep 2018 22:45:20 +0200 Message-ID: <87r2i1axpb.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> 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]:51139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fzT3j-0005Ox-Sr for guix-devel@gnu.org; Mon, 10 Sep 2018 16:45:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fzT3i-0001yE-3P for guix-devel@gnu.org; Mon, 10 Sep 2018 16:45:23 -0400 In-Reply-To: <1536578104.6808.17.camel@tourbillion-technology.com> (Paul Garlick's message of "Mon, 10 Sep 2018 12:15:04 +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: > Is there a best way to notify the ./pre-inst-env commands about guile- > gcrypt? =C2=A0Using sudo seems like the wrong approach. =C2=A0Would insta= lling > guile-gcrypt as the development user suffice? =E2=80=98guix pull=E2=80=99 and =E2=80=98make as-derivation=E2=80=99 (which= is really like =E2=80=98guix pull --url=3D$PWD=E2=80=99) take care of bootstrapping (modulo the bug that you reported, Paul, and that was fixed in 3ffcad7df3ab8947010814f61b32ce14ea80e780), so normally the tricks I posted should work: https://lists.gnu.org/archive/html/guix-devel/2018-09/msg00031.html Or am I missing something? Thanks, Ludo=E2=80=99.