From mboxrd@z Thu Jan 1 00:00:00 1970 From: clement@lassieur.org (=?utf-8?Q?Cl=C3=A9ment?= Lassieur) Subject: Re: Document GUIX_LOAD_PATH? Date: Thu, 19 Dec 2019 11:45:25 +0100 Message-ID: <87sglgsiey.fsf@lassieur.org> References: <87pnglj2ka.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38363) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ihtJF-0005Z9-Ln for guix-devel@gnu.org; Thu, 19 Dec 2019 05:45:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ihtJB-0008NN-9R for guix-devel@gnu.org; Thu, 19 Dec 2019 05:45:32 -0500 Received: from mail-wm1-f50.google.com ([209.85.128.50]:39514) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ihtJB-0008HU-14 for guix-devel@gnu.org; Thu, 19 Dec 2019 05:45:29 -0500 Received: by mail-wm1-f50.google.com with SMTP id 20so4974086wmj.4 for ; Thu, 19 Dec 2019 02:45:28 -0800 (PST) In-Reply-To: (zimoun's message of "Wed, 18 Dec 2019 14:17:16 +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: zimoun Cc: Guix Devel zimoun writes: > Hi Pierre, > > On Wed, 18 Dec 2019 at 12:28, Pierre Neidhardt wrote: > >> Today I learned about the existence of GUIX_LOAD_PATH. It does not seem >> to be documented in the manual. Is it anywhere in the doc? Shall we >> document it? > > It can be documented in devel pages., maybe Contributing. > > But IMHO, the normal use should be via the --load-path option and the > GUIX_LOAD_PATH should be less and less used; stay here for historical > reason and/or backward compatibility and/or some devel use-case. > > Well, for discoverability, it appears to me easier to list an option > with "guix --help" than list environment variables. Hi Simon and Pierre, It was me who talked to you about it, and... It's not GUIX_LOAD_PATH, it's GUIX_PACKAGE_PATH, sorry!! (And it's documented :)) See you soon! Cl=C3=A9ment