meteo-qt: fix build with qt-6.11 (#517073)

This commit is contained in:
yaya
2026-05-08 03:39:51 +00:00
committed by GitHub
+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 = [