Unverified Commit b8518f1b authored by Silvan Mosberger's avatar Silvan Mosberger Committed by GitHub
Browse files

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

parents 8604a74d 590a3a76
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; {