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:
parent
0ddd6bb166
commit
ff1d435732
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue