Commit 590a3a76 authored by Thomas Zahner's avatar Thomas Zahner
Browse files

yutto: fix build by removing version of uv_build

parent 3a51daf6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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; {