guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 807d692f5d80d44b94652bb772fcb9e8d502664e
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Nov 24 10:54:05 2025 +0100
gnu: nototools: Fix tests.
* gnu/packages/fontutils.scm (nototools)[native-inputs]: Add python-pillow.
Change-Id: I8abecfab16a4a954303da43babe87340f970f917
---
gnu/packages/fontutils.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 8b457ee64a..0c911aa908 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")