Merge pull request #307087 from atorres1985-contrib/mgba

mgba: remove MP2E from maintainers
This commit is contained in:
Sandro 2024-04-27 21:59:27 +02:00 committed by GitHub
commit fcb4d76cd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 19 additions and 20 deletions

View File

@ -1,20 +1,21 @@
{ lib
, SDL2
, cmake
, fetchFromGitHub
, ffmpeg
, discord-rpc
, libedit
, elfutils
, libepoxy
, libsForQt5
, libzip
, lua
, minizip
, pkg-config
, stdenv
, wrapGAppsHook
, enableDiscordRpc ? false
{
lib,
SDL2,
cmake,
fetchFromGitHub,
ffmpeg,
discord-rpc,
libedit,
elfutils,
libepoxy,
libsForQt5,
libzip,
lua,
minizip,
pkg-config,
stdenv,
wrapGAppsHook,
enableDiscordRpc ? false,
}:
let
@ -92,7 +93,7 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://raw.githubusercontent.com/mgba-emu/mgba/${finalAttrs.src.rev}/CHANGES";
license = with lib.licenses; [ mpl20 ];
mainProgram = "mgba";
maintainers = with lib.maintainers; [ MP2E AndersonTorres ];
maintainers = with lib.maintainers; [ AndersonTorres ];
platforms = lib.platforms.linux;
broken = enableDiscordRpc; # Some obscure `ld` error
};

View File

@ -2736,8 +2736,6 @@ with pkgs;
description = mame.meta.description + " (tools only)";
} (lib.getOutput "tools" mame);
mgba = libsForQt5.callPackage ../applications/emulators/mgba { };
mupen64plus = callPackage ../applications/emulators/mupen64plus { };
np2kai = callPackage ../applications/emulators/np2kai { };