From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:38787) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iz7LT-00045Y-Id for guix-patches@gnu.org; Tue, 04 Feb 2020 18:11:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iz7LS-0002yh-O1 for guix-patches@gnu.org; Tue, 04 Feb 2020 18:11:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:38933) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iz7LS-0002xU-Jb for guix-patches@gnu.org; Tue, 04 Feb 2020 18:11:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iz7LS-0006tj-Ed for guix-patches@gnu.org; Tue, 04 Feb 2020 18:11:02 -0500 Subject: bug#39242: [PATCH 1/3] gnu: Add stb-sprintf. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200122192242.4758-1-goodoldpaul@autistici.org> Date: Wed, 05 Feb 2020 00:10:09 +0100 In-Reply-To: <20200122192242.4758-1-goodoldpaul@autistici.org> (Giacomo Leidi's message of "Wed, 22 Jan 2020 20:22:41 +0100") Message-ID: <87r1zat0dq.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: Giacomo Leidi Cc: 39242-done@debbugs.gnu.org Hello Giacomo, Giacomo Leidi skribis: > * gnu/packages/stb.scm (stb-sprintf): New variable. > * gnu/packages/stb.scm (stb-truetype): New variable. Applied both patches, thanks! Ludo=E2=80=99.