From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: bug#22629: [PATCH 0/4] 'guix pull' produces a self-contained Guix Date: Wed, 06 Jun 2018 17:54:08 +0200 Message-ID: References: <87fu45ve2z.fsf@gnu.org> <20180531144337.16298-1-ludo@gnu.org> <87602yu7bd.fsf@gnu.org> <87in6wjbe2.fsf@gnu.org> 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]:49250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fQam8-0004iN-Ry for bug-guix@gnu.org; Wed, 06 Jun 2018 11:55:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fQam6-0007Au-AH for bug-guix@gnu.org; Wed, 06 Jun 2018 11:55:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57307) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fQam6-0007Ae-5g for bug-guix@gnu.org; Wed, 06 Jun 2018 11:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fQam5-00074v-PR for bug-guix@gnu.org; Wed, 06 Jun 2018 11:55:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87in6wjbe2.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 22629@debbugs.gnu.org Hi Ludo, >> Fine, so if I run update-guix-package.scm and then do the install, I get >> what I expect, right? > > Yes (even with current =E2=80=98master=E2=80=99), but it=E2=80=99s quite = heavyweight since you > end up recompiling all of Guix. Not great, but doable from time to time. >> I am looking for a reasonably straightforward way to have everything in >> my Guix universe (the guix command line tool, emacs-guix, guile, geiser, >> ...) consistently use my personal version of the package definitions. > > Would =E2=80=98guix package --manifest=E2=80=99 suffice? Perhaps along w= ith =E2=80=98guix pull > --commit=3DXXX=E2=80=99? 'guix pull --commit=3DXXX' would be of use if it works with an URL pointing to a local repository (haven't tried yet). I'd also have to point GUILE_LOAD_PATH to wherever 'guix pull' stores the source code tree, which looks doable as well if that's a stable location. > In the not-too-distant future I think we can add some sort of manifest > support for =E2=80=98guix pull=E2=80=99 such that you can store the list = of channel URLs > and commit IDs in one file and instantiate that. That sounds really nice :-) Thanks for all the good stuff BTW! Konrad.