meteo-qt: fix build with qt-6.11 (#517073)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user