yutto: fix build by removing version of uv_build

Co-authored-by: Jeremy Stucki <dev@jeremystucki.ch>
This commit is contained in:
Thomas Zahner
2025-11-15 20:43:03 +01:00
parent 3a51daf637
commit 590a3a7640

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; {