gnu: mgba: Add libelf input.

* gnu/packages/emulators.scm (mgba)[inputs]: Use libelf instead of elfutils.
master
Rutger Helling 2019-02-26 16:18:12 +01:00
parent cc6731e928
commit 6dcac92012
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 2 additions and 2 deletions

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)