guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/19: gnu: psautohint: Build with python-fonttools-next.


From: guix-commits
Subject: 13/19: gnu: psautohint: Build with python-fonttools-next.
Date: Fri, 16 Sep 2022 13:04:28 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ff1d435732fccc602315070c84fe01cec455b949
Author: Marius Bakke <marius@gnu.org>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]