mbakke pushed a commit to branch master
in repository guix.
commit ff1d435732fccc602315070c84fe01cec455b949
Author: Marius Bakke <[email protected]>
AuthorDate: Fri Sep 16 17:19:43 2022 +0200
gnu: psautohint: Build with python-fonttools-next.
* gnu/packages/fontutils.scm (psautohint)[propagated-inputs]: Replace
PYTHON-FONTTOOLS with PYTHON-FONTTOOLS-NEXT.
---
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 ab437f6dc6..89117f132b 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -755,7 +755,7 @@ suite of the @code{psautohint} package.")
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "pytest" "-vv")))))))
- (propagated-inputs (list python-fonttools))
+ (propagated-inputs (list python-fonttools-next))
(native-inputs
(list psautohint-font-data
python-fs