guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: mgba: Add libelf input.


From: guix-commits
Subject: 01/01: gnu: mgba: Add libelf input.
Date: Tue, 26 Feb 2019 10:20:05 -0500 (EST)

rhelling pushed a commit to branch master
in repository guix.

commit 6dcac9201289d20ef53251766f000fc5e011dca1
Author: Rutger Helling <address@hidden>
Date:   Tue Feb 26 16:18:12 2019 +0100

    gnu: mgba: Add libelf input.
    
    * gnu/packages/emulators.scm (mgba)[inputs]: Use libelf instead of elfutils.
---
 gnu/packages/emulators.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 3a75e6a..53d4662 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]