gnu: psautohint: Build with python-fonttools-next.

* gnu/packages/fontutils.scm (psautohint)[propagated-inputs]: Replace
PYTHON-FONTTOOLS with PYTHON-FONTTOOLS-NEXT.
This commit is contained in:
Marius Bakke 2022-09-16 17:19:43 +02:00
parent 0ddd6bb166
commit ff1d435732
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -755,7 +755,7 @@ (define-public psautohint
(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