From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Warning on using GUIX_PACKAGE_PATH Date: Fri, 10 Feb 2017 13:33:29 +0100 Message-ID: <87inoifco6.fsf@gnu.org> References: <20170209133048.GA23419@mail.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]:38218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ccAON-0008MK-A4 for guix-devel@gnu.org; Fri, 10 Feb 2017 07:33:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ccAOK-0003OR-84 for guix-devel@gnu.org; Fri, 10 Feb 2017 07:33:35 -0500 In-Reply-To: <20170209133048.GA23419@mail.thebird.nl> (Pjotr Prins's message of "Thu, 9 Feb 2017 13:30:48 +0000") 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: Pjotr Prins Cc: guix-devel@gnu.org Hello, Pjotr Prins skribis: > @FOSDEM we concluded that GUIX_PACKAGE_PATH does not necessarily work > that wel. I added to my guix-notes the following: > > +Note that, even though GUIX_PACKAGE_PATH can be a feasible way of > +adding and maintaining packages, it has two largish downsides: (1) it > +is removed from the main package tree and therefore not easily shared > +and integrated and (2) to remain compatible you need to juggle two git > +trees which may go out of synch. I=E2=80=99m not sure who =E2=80=9Cwe=E2=80=9D is. :-) Anyway I think GUIX_PACKAGE_PATH is just that: an environment variable that allows users to add more packages to Guix=E2=80=99s search path. It h= as never pretended to do more than this, so in that sense the downsides you mention are =E2=80=9Cexpected=E2=80=9D. It does mean that a higher-level mechanism like channels would be more than helpful, but it doesn=E2=80=99t mean that GUIX_PACKAGE_PATH is =E2=80= =9Cbroken=E2=80=9D per se. Ludo=E2=80=99.