python3Packages.ffmpy: fix build with uv_build 0.9.0

This commit is contained in:
Sizhe Zhao
2025-10-08 21:34:53 +08:00
parent 555d587930
commit e4ed1873a6
@@ -3,6 +3,7 @@
stdenv,
buildPythonPackage,
fetchFromGitHub,
fetchpatch2,
pythonOlder,
uv-build,
pytestCheckHook,
@@ -24,6 +25,14 @@ buildPythonPackage rec {
hash = "sha256-u//L2vxucFlWmk1+pdp+iCrpzzMZUonDAn1LELgX86E=";
};
patches = [
(fetchpatch2 {
name = "uv-build.patch";
url = "https://github.com/Ch00k/ffmpy/commit/11a053d11939b488ce7ac362589372904218a798.patch?full_index=1";
hash = "sha256-78D64uSX03zp2VM7h3hg493Vtow8fh+tQWXkzVgokDA=";
})
];
postPatch =
# Default to store ffmpeg.
''