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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user