about summary refs log tree commit diff
path: root/pkgs/applications/emulators/mgba
diff options
context:
space:
mode:
authorPhilip Taron <philip.taron@gmail.com>2024-03-03 18:33:09 -0800
committerPhilip Taron <philip.taron@gmail.com>2024-03-03 18:33:09 -0800
commitc313443b35d041513bbea5387efed596b7067a0f (patch)
tree9b2cf5309928811b23ba63f602885de8fc3d61d3 /pkgs/applications/emulators/mgba
parent300f3732c5c7f718556d0d12ce6d0cf18036156c (diff)
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.
Diffstat (limited to 'pkgs/applications/emulators/mgba')
-rw-r--r--pkgs/applications/emulators/mgba/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/mgba/default.nix b/pkgs/applications/emulators/mgba/default.nix
index 4e0e8687b61e2..457d5c7e4fcd0 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