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 44 glib 45 45 gtk3 46 46 qtbase 47 + qtwayland 47 48 ] ++ lib.optionals (!useQt6) [ 48 49 adwaita-qt 49 50 ] ++ lib.optionals useQt6 [ 50 51 adwaita-qt6 51 - qtwayland 52 52 ]; 53 53 54 54 # Qt setup hook complains about missing `wrapQtAppsHook` otherwise.