mgba: add `libsForQt5.qt5.qtwayland` as a buildInput (#432560)

authored by Yohann Boniface and committed by GitHub 6ddb543c b3344d13

+3 -1
+3 -1
pkgs/by-name/mg/mgba/package.nix
··· 24 24 qtmultimedia 25 25 qttools 26 26 wrapQtAppsHook 27 + qtwayland 27 28 ; 28 29 in 29 30 stdenv.mkDerivation (finalAttrs: { ··· 66 67 qtmultimedia 67 68 qttools 68 69 ] 69 - ++ lib.optionals enableDiscordRpc [ discord-rpc ]; 70 + ++ lib.optionals enableDiscordRpc [ discord-rpc ] 71 + ++ lib.optionals stdenv.hostPlatform.isLinux [ qtwayland ]; 70 72 71 73 cmakeFlags = [ 72 74 (lib.cmakeBool "USE_DISCORD_RPC" enableDiscordRpc)