From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:48120) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iLOmn-0002S1-7Z for guix-patches@gnu.org; Fri, 18 Oct 2019 05:43:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iLOml-0002m5-5C for guix-patches@gnu.org; Fri, 18 Oct 2019 05:43:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40573) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iLOmk-0002lP-Eb for guix-patches@gnu.org; Fri, 18 Oct 2019 05:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iLOmk-00048u-BO for guix-patches@gnu.org; Fri, 18 Oct 2019 05:43:02 -0400 Subject: bug#37731: [PATCH] gnu: Add FontManager. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87r23hca2b.fsf@gmail.com> Date: Fri, 18 Oct 2019 11:41:57 +0200 In-Reply-To: <87r23hca2b.fsf@gmail.com> (Boris A. Dekshteyn's message of "Fri, 16 Aug 2019 13:47:53 +1200") Message-ID: <87ftjq5r16.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: "Boris A. Dekshteyn" Cc: 37731-done@debbugs.gnu.org Hi Boris, "Boris A. Dekshteyn" skribis: > --- > gnu/packages/fontutils.scm | 51 +++++++++++++++++++++++++++++++++++++- > 1 file changed, 50 insertions(+), 1 deletion(-) Applied with the cosmetic changes below, as well as a commit log that follows our conventions (see ). Thanks for the patch! Ludo=E2=80=99.