From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:40094) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYXew-0001sV-VO for guix-patches@gnu.org; Wed, 05 Jun 2019 11:17:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hYXew-0000PN-6d for guix-patches@gnu.org; Wed, 05 Jun 2019 11:17:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34356) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hYXew-0000PE-3G for guix-patches@gnu.org; Wed, 05 Jun 2019 11:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hYXev-0003U3-Tk for guix-patches@gnu.org; Wed, 05 Jun 2019 11:17:01 -0400 Subject: [bug#36057] Fix for debootstrap Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87zhmz251w.fsf@yucca> Date: Wed, 05 Jun 2019 17:16:30 +0200 In-Reply-To: <87zhmz251w.fsf@yucca> (Vagrant Cascadian's message of "Sun, 02 Jun 2019 11:52:27 -0700") Message-ID: <877ea012r5.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Vagrant Cascadian Cc: 36057@debbugs.gnu.org Hi Vagrant, Vagrant Cascadian skribis: > From bb00c031e0037eb8edd9db2ab06f630109237d0a Mon Sep 17 00:00:00 2001 > From: Vagrant Cascadian > Date: Sun, 2 Jun 2019 11:34:33 -0700 > Subject: [PATCH] gnu: debootstrap: Workaround for PATH issues. > > * gnu/packages/debian (debootstrap): > [arguments]: Substitute PATH to include $PATH. > [description]: Remove obsolete workaround from description. It LGTM, and I think we can trust your judgment anyway. ;-) Thank you, Ludo=E2=80=99.