diff options
author | Rutger Helling <rhelling@mykolab.com> | 2019-02-26 16:18:12 +0100 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2019-02-26 16:19:26 +0100 |
commit | 6dcac9201289d20ef53251766f000fc5e011dca1 (patch) | |
tree | 8c6f836397195cd386ff1fc4ee3ac4bd2954d96d /gnu/packages/emulators.scm | |
parent | cc6731e928f8da86ebf13f4402e03f880ec87302 (diff) | |
download | patches-6dcac9201289d20ef53251766f000fc5e011dca1.tar patches-6dcac9201289d20ef53251766f000fc5e011dca1.tar.gz |
gnu: mgba: Add libelf input.
* gnu/packages/emulators.scm (mgba)[inputs]: Use libelf instead of elfutils.
Diffstat (limited to 'gnu/packages/emulators.scm')
-rw-r--r-- | gnu/packages/emulators.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 3a75e6a782..53d4662588 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -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) |