1
0
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:
Rutger Helling
2019-02-26 16:18:12 +01:00
parent cc6731e928
commit 6dcac92012
+2 -2
View File
@@ -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)