fix: correct qtdeclarative attr to qt6.qtdeclarative

This commit is contained in:
2026-06-14 09:56:31 -04:00
committed by Hermes
parent 0372b37950
commit 8afca7315d

View File

@@ -123,7 +123,7 @@
# hyprland-qt-support: Qt6Qml cross-compile path mismatch
hyprland-qt-support = prev.hyprland-qt-support.overrideAttrs (old: {
cmakeFlags = (old.cmakeFlags or []) ++ [
"-DQt6Qml_DIR=${prev.qtdeclarative.dev}/lib/cmake/Qt6Qml"
"-DQt6Qml_DIR=${prev.qt6.qtdeclarative}/lib/cmake/Qt6Qml"
];
});
})