diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-11-24 10:54:05 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-24 11:01:38 +0100 |
| commit | 807d692f5d80d44b94652bb772fcb9e8d502664e (patch) | |
| tree | e2c4234cb50644b549e47b2dc844fc3135851bf1 /gnu/packages/fontutils.scm | |
| parent | 28ddb52a8461e6dba662f9a84221526764b630f4 (diff) | |
gnu: nototools: Fix tests.
* gnu/packages/fontutils.scm (nototools)[native-inputs]: Add python-pillow.
Change-Id: I8abecfab16a4a954303da43babe87340f970f917
Diffstat (limited to 'gnu/packages/fontutils.scm')
| -rw-r--r-- | gnu/packages/fontutils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index 8b457ee64af..0c911aa9083 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm @@ -2051,7 +2051,7 @@ UFO3 as described by the UFO font format.") (lambda* (#:key tests? #:allow-other-keys) (with-directory-excursion "tests" (invoke "./run_tests"))))))) - (native-inputs (list python-setuptools-scm)) + (native-inputs (list python-pillow python-setuptools-scm)) (propagated-inputs (list python-afdko)) (home-page "https://github.com/googlei18n/nototools") (synopsis "Noto fonts support tools and scripts") |
