From c313443b35d041513bbea5387efed596b7067a0f Mon Sep 17 00:00:00 2001 From: Philip Taron Date: Sun, 3 Mar 2024 18:33:09 -0800 Subject: [PATCH] mgba: use elfutils instead of abandoned libelf See https://github.com/mgba-emu/mgba/issues/3129; in nixpkgs, we don't build mgba for darwin, so switching to elfutils is straightforward. --- pkgs/applications/emulators/mgba/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/emulators/mgba/default.nix b/pkgs/applications/emulators/mgba/default.nix index 4e0e8687b61e..457d5c7e4fcd 100644 --- a/pkgs/applications/emulators/mgba/default.nix +++ b/pkgs/applications/emulators/mgba/default.nix @@ -5,7 +5,7 @@ , ffmpeg , discord-rpc , libedit -, libelf +, elfutils , libepoxy , libsForQt5 , libzip @@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: { SDL2 ffmpeg libedit - libelf + elfutils libepoxy libzip lua