gnu: nototools: Fix tests. * gnu/packages/fontutils.scm (nototools)[native-inputs]: Add python-pillow. Change-Id: I8abecfab16a4a954303da43babe87340f970f917
1 files changed, 1 insertions(+), 1 deletions(-) M gnu/packages/fontutils.scm
M gnu/packages/fontutils.scm => gnu/packages/fontutils.scm +1 -1
@@ 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")