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 qtmultimedia 25 qttools 26 wrapQtAppsHook 27 ; 28 in 29 stdenv.mkDerivation (finalAttrs: { ··· 66 qtmultimedia 67 qttools 68 ] 69 - ++ lib.optionals enableDiscordRpc [ discord-rpc ]; 70 71 cmakeFlags = [ 72 (lib.cmakeBool "USE_DISCORD_RPC" enableDiscordRpc)
··· 24 qtmultimedia 25 qttools 26 wrapQtAppsHook 27 + qtwayland 28 ; 29 in 30 stdenv.mkDerivation (finalAttrs: { ··· 67 qtmultimedia 68 qttools 69 ] 70 + ++ lib.optionals enableDiscordRpc [ discord-rpc ] 71 + ++ lib.optionals stdenv.hostPlatform.isLinux [ qtwayland ]; 72 73 cmakeFlags = [ 74 (lib.cmakeBool "USE_DISCORD_RPC" enableDiscordRpc)