From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/3] gnu: Add font-iosevka. Date: Fri, 10 Feb 2017 17:02:27 +0100 Message-ID: <87d1eqavak.fsf@gnu.org> References: <1486675744.2110695.876124896.59C4E730@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ccDeb-0003w6-E7 for guix-devel@gnu.org; Fri, 10 Feb 2017 11:02:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ccDeY-0003mW-A9 for guix-devel@gnu.org; Fri, 10 Feb 2017 11:02:33 -0500 In-Reply-To: <1486675744.2110695.876124896.59C4E730@webmail.messagingengine.com> (Alex Griffin's message of "Thu, 09 Feb 2017 15:29:04 -0600") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Alex Griffin Cc: guix-devel@gnu.org Alex Griffin skribis: > This patch adds Iosevka, a coders' font written in a node.js DSL. It > could be built from source if Guix had better JavaScript support, but > for now it just copies TTF files. Any idea how many Node packages we=E2=80=99re missing to make that happen? > From 04963f88c6d2a89300856fbf4b32654691ec3855 Mon Sep 17 00:00:00 2001 > From: Alex Griffin > Date: Thu, 9 Feb 2017 14:26:41 -0600 > Subject: [PATCH 2/3] gnu: Add font-iosevka. > > * gnu/packages/fonts.scm (font-iosevka): New variable. Applied, thanks!