diff options
author | Akshay <[email protected]> | 2021-03-07 05:46:58 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-03-07 05:46:58 +0000 |
commit | fd8484a615a5480a918443ae323203c73f273065 (patch) | |
tree | 22878e8c518c38a41555e40130d43d4fa42756f5 /shell.nix | |
parent | 8cdde9def8b20080b0de9f52d86802ff218d8fc1 (diff) |
bump to v2.2v2.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
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ | |||
2 | 2 | ||
3 | with pkgs; | 3 | with pkgs; |
4 | mkShell { | 4 | mkShell { |
5 | buildInputs = [ fontforge python3 xorg.mkfontdir ]; | 5 | buildInputs = [ fontforge-gtk fontforge python3 xorg.mkfontdir adoptopenjdk-bin ]; |
6 | } | 6 | } |