From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:54122) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iSpQl-0004eb-P4 for guix-patches@gnu.org; Thu, 07 Nov 2019 16:35:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iSpQk-0006f9-Qk for guix-patches@gnu.org; Thu, 07 Nov 2019 16:35:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:35210) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iSpQk-0006et-My for guix-patches@gnu.org; Thu, 07 Nov 2019 16:35:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iSpQk-0003Ya-HE for guix-patches@gnu.org; Thu, 07 Nov 2019 16:35:02 -0500 Subject: [bug#38105] [PATCH 1/1] gnu: Fix deprecation of monolithic Qt 5.x package. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20191107170453.12553-1-h.goebel@crazy-compilers.com> Date: Thu, 07 Nov 2019 22:33:53 +0100 In-Reply-To: <20191107170453.12553-1-h.goebel@crazy-compilers.com> (Hartmut Goebel's message of "Thu, 7 Nov 2019 18:04:53 +0100") Message-ID: <87r22jl6bi.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: Hartmut Goebel Cc: 38105@debbugs.gnu.org Hello, Hartmut Goebel skribis: > * gnu/packages/qt.scm (qt): Remove wrong quote. Good catch! Please push. Thanks, Ludo=E2=80=99.