melonDS: Add qtwayland for Qt wayland plugin

Otherwise it fails to start on Wayland:

qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
This commit is contained in:
OPNA2608
2024-07-18 15:06:23 +02:00
parent 4496f7dd0b
commit 2ab27f2619
+2
View File
@@ -20,6 +20,7 @@ let
inherit (qt6)
qtbase
qtmultimedia
qtwayland
wrapQtAppsHook;
in
stdenv.mkDerivation (finalAttrs: {
@@ -50,6 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
zstd
] ++ lib.optionals stdenv.isLinux [
wayland
qtwayland
];
cmakeFlags = [