Commit 033fba68 authored by Lucas's avatar Lucas
Browse files

jiratui: fix build with current uv-build

parent f106b0d0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -17,6 +17,11 @@ python3Packages.buildPythonApplication (finalAttrs: {
    hash = "sha256-b5bSMPnqHqpeFDl501gSun7G38OlhV/IMNMYXQT+j/4=";
  };

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail "uv_build>=0.9.2,<0.10.0" "uv_build>=0.9.2"
  '';

  build-system = with python3Packages; [
    uv-build
  ];