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

View File

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