Merge pull request #328173 from OPNA2608/fix/melonDS-wayland
melonDS: Add qtwayland for Qt wayland plugin
This commit is contained in:
commit
3ebb34d0f4
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user