Merge pull request #210133 from lilyinstarlight/fix/qgnomeplatform

qgnomeplatform: fix qt5 build

authored by Bobby Rong and committed by GitHub 66626be3 3cd1bd58

+1 -1
+1 -1
pkgs/development/libraries/qgnomeplatform/default.nix
··· 44 glib 45 gtk3 46 qtbase 47 ] ++ lib.optionals (!useQt6) [ 48 adwaita-qt 49 ] ++ lib.optionals useQt6 [ 50 adwaita-qt6 51 - qtwayland 52 ]; 53 54 # Qt setup hook complains about missing `wrapQtAppsHook` otherwise.
··· 44 glib 45 gtk3 46 qtbase 47 + qtwayland 48 ] ++ lib.optionals (!useQt6) [ 49 adwaita-qt 50 ] ++ lib.optionals useQt6 [ 51 adwaita-qt6 52 ]; 53 54 # Qt setup hook complains about missing `wrapQtAppsHook` otherwise.