yutto: fix build by removing version of uv_build
Co-authored-by: Jeremy Stucki <dev@jeremystucki.ch>
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user