From fd8484a615a5480a918443ae323203c73f273065 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 7 Mar 2021 11:16:58 +0530 Subject: bump to v2.2 - fix excessive side bearings on few characters - fix U+019D hook to be on left side - fix erronous weight spec once and for all - update build scripts to work on nix --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 850aa8d..d806c60 100644 --- a/shell.nix +++ b/shell.nix @@ -2,5 +2,5 @@ with pkgs; mkShell { - buildInputs = [ fontforge python3 xorg.mkfontdir ]; + buildInputs = [ fontforge-gtk fontforge python3 xorg.mkfontdir adoptopenjdk-bin ]; } -- cgit v1.2.3