From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41012) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1igGkc-0000Rk-O2 for guix-patches@gnu.org; Sat, 14 Dec 2019 18:23:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1igGkY-0002PY-JA for guix-patches@gnu.org; Sat, 14 Dec 2019 18:23:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:58119) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1igGkY-0002PA-FF for guix-patches@gnu.org; Sat, 14 Dec 2019 18:23:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1igGkY-00072w-BP for guix-patches@gnu.org; Sat, 14 Dec 2019 18:23:02 -0500 Subject: bug#38436: [PATCH] gnu: Add gfortran-toolchain Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Sun, 15 Dec 2019 00:22:36 +0100 In-Reply-To: (Konrad Hinsen's message of "Fri, 13 Dec 2019 13:53:47 +0100") Message-ID: <87r216wkzn.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: Konrad Hinsen Cc: 38436-done@debbugs.gnu.org Hi, Konrad Hinsen skribis: > * gnu/packages/commencement.scm: (gfortran-toolchain): New variable. Applied, thanks! I fixed that typo that Jonathan reported. Ludo=E2=80=99.