qgnomeplatform: fix qt5 build

This commit is contained in:
Lily Foster
2023-01-10 21:35:24 -05:00
parent 6abb95c344
commit 15e2b2e3f0
@@ -44,11 +44,11 @@ stdenv.mkDerivation rec {
glib
gtk3
qtbase
qtwayland
] ++ lib.optionals (!useQt6) [
adwaita-qt
] ++ lib.optionals useQt6 [
adwaita-qt6
qtwayland
];
# Qt setup hook complains about missing `wrapQtAppsHook` otherwise.