From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41806) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iineL-0002Cb-9U for guix-patches@gnu.org; Sat, 21 Dec 2019 17:55:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iineK-0006Yg-33 for guix-patches@gnu.org; Sat, 21 Dec 2019 17:55:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42923) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iineI-0006Xw-Uw for guix-patches@gnu.org; Sat, 21 Dec 2019 17:55:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iineI-0002SX-V1 for guix-patches@gnu.org; Sat, 21 Dec 2019 17:55:02 -0500 Subject: bug#38676: [PATCH 1/2] gnu: libgtextutils: Build with GCC 5 Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <5bda0f11-1af4-0e9e-273f-325a36332126@mdc-berlin.de> <20191219192409.16812-1-madalinionel.patrascu@mdc-berlin.de> Date: Sat, 21 Dec 2019 23:53:55 +0100 In-Reply-To: <20191219192409.16812-1-madalinionel.patrascu@mdc-berlin.de> ("=?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?="'s message of "Thu, 19 Dec 2019 20:24:08 +0100") Message-ID: <87fthdmgsc.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: =?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?= Cc: 38676-done@debbugs.gnu.org Hello M=C4=83d=C4=83lin, M=C4=83d=C4=83lin Ionel Patra=C8=99cu = skribis: > * gnu/packages/textutils.scm (libgtextutils)[native-inputs]: Add gcc-5. [...] > * gnu/packages/bioinformatics.scm (fastx-toolkit)[native-inputs]: Add gcc= -6. Applied both, thank you! Ludo=E2=80=99.