Skip to content

Commit

Permalink
noto-tools: adjust dependencies to allow running notodiff
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathnerd314 committed Apr 26, 2022
1 parent 87d34a6 commit b09af7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/data/fonts/noto-fonts/tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
, defcon, fontmath, fontparts, fontpens, fonttools, lxml
, mutatormath, pathspec, psautohint, pyclipper, pytz, regex, scour
, toml, typed-ast, ufonormalizer, ufoprocessor, unicodedata2, zopfli
, pillow, six, bash, setuptools-scm }:
, pillow, six, bash, setuptools-scm, setuptools }:

buildPythonPackage rec {
pname = "nototools";
Expand Down Expand Up @@ -40,11 +40,13 @@ buildPythonPackage rec {
lxml
mutatormath
pathspec
pillow
psautohint
pyclipper
pytz
regex
scour
setuptools
toml
typed-ast
ufonormalizer
Expand All @@ -54,7 +56,6 @@ buildPythonPackage rec {
];

checkInputs = [
pillow
six
bash
];
Expand Down

0 comments on commit b09af7f

Please sign in to comment.