abouttreesummaryrefslogcommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
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";
}