abouttreesummaryrefslogcommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorJules Aguillon2022-03-17 20:08:26 +0100
committerJules Aguillon2022-03-17 20:23:28 +0100
commite63ff8f837947d574cc2da0c764b564302580343 (patch)
tree75eeb508c5835084ae4cac23662242d3d1bffd53 /shell.nix
parentfe35d5fd5a96d995e0ff434718b7b2b8bcac5ba5 (diff)
downloadunexpected-keyboard-e63ff8f837947d574cc2da0c764b564302580343.tar.gz
unexpected-keyboard-e63ff8f837947d574cc2da0c764b564302580343.zip
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.
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
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";
}