Merge pull request #328173 from OPNA2608/fix/melonDS-wayland

melonDS: Add qtwayland for Qt wayland plugin
This commit is contained in:
rewine
2024-07-19 22:00:06 +08:00
committed by GitHub
+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 = [