From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42400) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPpgN-0001Zj-OV for guix-patches@gnu.org; Sat, 18 Apr 2020 11:47:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jPpgM-0005s0-S1 for guix-patches@gnu.org; Sat, 18 Apr 2020 11:47:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60119) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jPpgM-0005rg-Fm for guix-patches@gnu.org; Sat, 18 Apr 2020 11:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jPpgM-0004Vh-Et for guix-patches@gnu.org; Sat, 18 Apr 2020 11:47:02 -0400 Subject: bug#40668: [PATCH] installer: Fix backtrace display. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Mathieu Othacehe References: <20200416173354.11807-1-m.othacehe@gmail.com> <87imhxakjq.fsf@gnu.org> Date: Sat, 18 Apr 2020 17:46:30 +0200 In-Reply-To: <87imhxakjq.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 17 Apr 2020 23:07:05 +0200") Message-ID: <87d084pzjd.fsf@gmail.com> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 40668-done@debbugs.gnu.org Hey, > Please add (gnu installer utils) to the list of use-modules. > =E2=80=98@@=E2=80=99 should only be used in extreme situations. Fixed and pushed! Thanks, Mathieu