mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-08 18:25:53 +02:00
gnu: mgba: Add libelf input.
* gnu/packages/emulators.scm (mgba)[inputs]: Use libelf instead of elfutils.
This commit is contained in:
@@ -434,10 +434,10 @@ Super Game Boy, BS-X Satellaview, and Sufami Turbo.")
|
||||
(list "-DUSE_LZMA=OFF" ;do not use bundled LZMA
|
||||
"-DUSE_LIBZIP=OFF"))) ;use "zlib" instead
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(inputs `(("elfutils" ,elfutils)
|
||||
("ffmpeg" ,ffmpeg)
|
||||
(inputs `(("ffmpeg" ,ffmpeg)
|
||||
("imagemagick" ,imagemagick)
|
||||
("libedit" ,libedit)
|
||||
("libelf" ,libelf)
|
||||
("libepoxy" ,libepoxy)
|
||||
("libpng" ,libpng)
|
||||
("mesa" ,mesa)
|
||||
|
||||
Reference in New Issue
Block a user