python3.pkgs.ufo2ft: apply patch for fonttools >= 4.58.5

This commit is contained in:
sternenseemann
2025-08-09 18:57:47 +02:00
committed by Martin Weinelt
parent 3c01b4e1a9
commit 7f1c4a82d9
@@ -15,6 +15,7 @@
skia-pathops,
syrupy,
ufolib2,
fetchpatch,
}:
buildPythonPackage rec {
@@ -29,6 +30,16 @@ buildPythonPackage rec {
hash = "sha256-FUITbL+FnscmZjZMlgh/dX4+tJR6MD0LoH5jDNisQkI=";
};
patches = [
# Unreleased patch for fonttools >= 4.58.5
# https://github.com/googlefonts/ufo2ft/issues/920
(fetchpatch {
name = "ufo2ft-fonttools-4.58.5.patch";
url = "https://github.com/googlefonts/ufo2ft/commit/5ca4800ef39167c377fc669b41e146520cfa641b.patch";
hash = "sha256-7hEO6D7LK+LxTK1jcaC8kLw/9ZOOpr41qFysLrZBZ4M=";
})
];
build-system = [
setuptools-scm
];