jiratui: fix build with current uv-build

This commit is contained in:
Lucas
2026-03-19 20:04:55 +01:00
parent f106b0d0f0
commit 033fba6886
+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
];