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
commit 3ebb34d0f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [