From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id CTIME0vzEWA2PwAA0tVLHw (envelope-from ) for ; Wed, 27 Jan 2021 23:12:11 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id gDBVDkvzEWD9ZwAAB5/wlQ (envelope-from ) for ; Wed, 27 Jan 2021 23:12:11 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 133479403E7 for ; Wed, 27 Jan 2021 23:12:11 +0000 (UTC) Received: from localhost ([::1]:44682 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l4tys-0007AG-2I for larch@yhetil.org; Wed, 27 Jan 2021 18:12:10 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:33888) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l4tyl-0007A4-Lk for guix-patches@gnu.org; Wed, 27 Jan 2021 18:12:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:34884) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l4tyk-0004ud-KS for guix-patches@gnu.org; Wed, 27 Jan 2021 18:12:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1l4tyk-0008Rl-DZ for guix-patches@gnu.org; Wed, 27 Jan 2021 18:12:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#45958] [PATCH core-updates v3 1/2] utils: Retrieve the store prefix from NIX_STORE_DIR, not STORE_DIR. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 27 Jan 2021 23:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45958 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxim Cournoyer Received: via spool by 45958-done@debbugs.gnu.org id=D45958.161178906432398 (code D ref 45958); Wed, 27 Jan 2021 23:12:02 +0000 Received: (at 45958-done) by debbugs.gnu.org; 27 Jan 2021 23:11:04 +0000 Received: from localhost ([127.0.0.1]:46429 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l4txn-0008QP-Mj for submit@debbugs.gnu.org; Wed, 27 Jan 2021 18:11:03 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44092) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l4txl-0008Pf-85; Wed, 27 Jan 2021 18:11:01 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:57235) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l4txg-0004lJ-3H; Wed, 27 Jan 2021 18:10:56 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=55796 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l4txf-0005Jx-Mo; Wed, 27 Jan 2021 18:10:55 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20210118165122.25813-1-maxim.cournoyer@gmail.com> <87sg6nyqrm.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 9 =?UTF-8?Q?Pluvi=C3=B4se?= an 229 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Thu, 28 Jan 2021 00:10:53 +0100 In-Reply-To: <87sg6nyqrm.fsf@gmail.com> (Maxim Cournoyer's message of "Tue, 26 Jan 2021 22:58:53 -0500") Message-ID: <874kj2t1qa.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 45774-done@debbugs.gnu.org, 45958-done@debbugs.gnu.org Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.85 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 133479403E7 X-Spam-Score: -2.85 X-Migadu-Scanner: scn1.migadu.com X-TUID: o32DSNGTeMKZ Maxim Cournoyer skribis: >> (define (%store-directory) >> "Return the directory name of the store." >> - (or (getenv "NIX_STORE") >> + (or (getenv "NIX_STORE_DIR") >> "/gnu/store")) >>=20=20 >> (define (store-file-name? file) > > I found that both environment variables should be honored and pushed > with a revised explanation in 47a6a938c3c4d0bbe7b6a3c64ff75d7bfb2f24fb. Sounds good to me, thanks! Ludo=E2=80=99.