From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:39616) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ioTTD-0001H2-6a for guix-patches@gnu.org; Mon, 06 Jan 2020 09:35:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ioTTC-0003Xz-Bp for guix-patches@gnu.org; Mon, 06 Jan 2020 09:35:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39372) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ioTTC-0003Xs-8l for guix-patches@gnu.org; Mon, 06 Jan 2020 09:35:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ioTTC-0006ch-6p for guix-patches@gnu.org; Mon, 06 Jan 2020 09:35:02 -0500 Subject: bug#38850: Fix GNOME Characters Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <93831577876389@myt3-a8f6b0e91bb2.qloud-c.yandex.net> Date: Mon, 06 Jan 2020 15:34:24 +0100 In-Reply-To: <93831577876389@myt3-a8f6b0e91bb2.qloud-c.yandex.net> (kanichos@yandex.ru's message of "Wed, 01 Jan 2020 13:59:49 +0300") Message-ID: <87tv58bqmn.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: kanichos@yandex.ru Cc: 38850-done@debbugs.gnu.org kanichos@yandex.ru skribis: > GNOME Characters needs Typelib files from GTK and gnome-desktop. > > --- > gnu/packages/gnome.scm | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) Applied with changes similar to the previous patch. Thanks, Ludo=E2=80=99.