From e63ff8f837947d574cc2da0c764b564302580343 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Thu, 17 Mar 2022 20:08:26 +0100 Subject: Stateless build of the special font file Keep the glyphs in SVG format and build the font using a FontForge script. A part of the previous font is kept because the sources is lost. This adds a new dependency to the build system, fontforge. --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 76ee98e..8036a5e 100644 --- a/shell.nix +++ b/shell.nix @@ -14,6 +14,6 @@ let in pkgs.mkShell { - buildInputs = [ pkgs.findutils jdk android.androidsdk ]; + buildInputs = [ pkgs.findutils jdk android.androidsdk pkgs.fontforge ]; ANDROID_HOME = "${android.androidsdk}/libexec/android-sdk"; } -- cgit v1.2.3