meteo-qt: fix build with qt-6.11

This commit is contained in:
Xiangyan Sun
2026-05-05 17:26:36 -07:00
parent f88215e151
commit 0c02be6524
+1 -1
View File
@@ -19,7 +19,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
postPatch = ''
substituteInPlace setup.py \
--replace-fail "lrelease-pro-qt6" "${qt6.qttools}/libexec/lrelease-pro"
--replace-fail "lrelease-pro-qt6" "${qt6.qttools}/bin/lrelease-pro"
'';
nativeBuildInputs = [