yutto: fix build by applying unreleased patch (#461886)

This commit is contained in:
Silvan Mosberger
2025-11-16 10:06:30 +00:00
committed by GitHub
+4
View File
@@ -38,6 +38,10 @@ python3Packages.buildPythonApplication rec {
makeWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ ffmpeg ]})
'';
postPatch = ''
sed -ie 's/requires = \["uv_build[^"]*"]/requires = ["uv_build"]/' pyproject.toml
'';
pythonImportsCheck = [ "yutto" ];
meta = with lib; {