Unverified Commit fcb4d76c authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #307087 from atorres1985-contrib/mgba

mgba: remove MP2E from maintainers
parents 380bacd4 82ffbc8b
Loading
Loading
Loading
Loading
+19 −18
Original line number Diff line number Diff line
{ 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
  };
+0 −2
Original line number Diff line number Diff line
@@ -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 { };