mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: python-cffsubr: Depend on python-afdko@3.6.1.
This removes the dependency of GNOME on Java: gnome -> font-abattis-cantarell -> ... -> openjdk Discussed at <https://lists.gnu.org/archive/html/guix-devel/2022-10/msg00226.html>. * gnu/packages/fontutils.scm (python-cffsubr)[inputs]: Switch to PYTHON-AFDKO-3.6.1.
This commit is contained in:
parent
cbf169608c
commit
3f7ae420d8
1 changed files with 5 additions and 1 deletions
|
@ -414,7 +414,11 @@ (define tx (search-input-file inputs "bin/tx"))
|
|||
(when tests?
|
||||
(invoke "pytest" "-vv")))))))
|
||||
(native-inputs (list python-pytest python-setuptools-scm python-wheel))
|
||||
(inputs (list python-afdko))
|
||||
|
||||
;; Use version 3.6.1, which matches the bundled version and does not
|
||||
;; depend on Java.
|
||||
(inputs (list python-afdko-3.6.1))
|
||||
|
||||
(propagated-inputs (list python-fonttools-minimal))
|
||||
(home-page "https://github.com/adobe-type-tools/cffsubr")
|
||||
(synopsis "Compact Font Format (CFF) subroutinizer")
|
||||
|
|
Loading…
Reference in a new issue