Commit 4abfe287 authored by Gliczy's avatar Gliczy Committed by Emery Hemingway
Browse files

mgba: adopt

parent e49336fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,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; [ ];
    maintainers = with lib.maintainers; [ Gliczy ];
    platforms = lib.platforms.linux;
    broken = enableDiscordRpc; # Some obscure `ld` error
  };