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

This commit is contained in:
Pol Dellaiera
2026-03-19 20:10:43 +00:00
committed by GitHub
+5
View File
@@ -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
];