mgba: cleanup

- Remove unused imagemagick dependency
- Use default ffmpeg
This commit is contained in:
Martino Fontana 2023-04-04 16:32:00 +02:00 committed by Anderson Torres
parent d0da32a4b2
commit 55dd25e0ad
2 changed files with 2 additions and 6 deletions

View file

@ -3,8 +3,7 @@
, fetchFromGitHub
, SDL2
, cmake
, ffmpeg_4
, imagemagick
, ffmpeg
, libedit
, libelf
, libepoxy
@ -16,7 +15,6 @@
}:
let
ffmpeg = ffmpeg_4;
lua = lua5_4;
inherit (libsForQt5)
qtbase
@ -44,7 +42,6 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
SDL2
ffmpeg
imagemagick
libedit
libelf
libepoxy

View file

@ -2243,8 +2243,7 @@ with pkgs;
melonDS = libsForQt5.callPackage ../applications/emulators/melonDS { };
mgba = callPackage ../applications/emulators/mgba {
};
mgba = libsForQt5.callPackage ../applications/emulators/mgba { };
mupen64plus = callPackage ../applications/emulators/mupen64plus { };