Unverified Commit 29ceba4d authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

jiratui: fix build with current uv-build (#501389)

parents 686b3da0 033fba68
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
  ];