mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-fonttools-next: Update to 4.37.1.
* gnu/packages/python-xyz.scm (python-fonttools-next): Update to 4.37.1. * gnu/packages/fontutils.scm (python-afdko)[source](snippet): Adjust expected test output.
This commit is contained in:
parent
e5e8042b8f
commit
f50fa09929
2 changed files with 8 additions and 2 deletions
|
@ -148,6 +148,12 @@ them as it goes.")
|
|||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
#~(begin
|
||||
(substitute*
|
||||
"tests/buildcff2vf_data/expected_output/SHSansJPVFTest.ttx"
|
||||
;; Adjust expected output to match newer fonttools. Taken from:
|
||||
;; https://github.com/adobe-type-tools/afdko/commit/7c526390a10e
|
||||
(("FDSelect format=\"3\"")
|
||||
"FDSelect format=\"0\""))
|
||||
(with-directory-excursion "c/makeotf/lib/hotconv"
|
||||
;; Delete ANTLR-generated code.
|
||||
(for-each delete-file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue