guix-commits
[Top][All Lists]
Advanced

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

16/25: gnu: glib: Build with Elfutils instead of libelf.


From: guix-commits
Subject: 16/25: gnu: glib: Build with Elfutils instead of libelf.
Date: Sat, 23 Jul 2022 13:44:49 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit e9bac3e872f72eae5624e30d8ef3a0edd0113100
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 21 02:45:52 2022 +0200

    gnu: glib: Build with Elfutils instead of libelf.
    
    * gnu/packages/glib.scm (glib)[inputs]: Change from LIBELF to ELFUTILS.
---
 gnu/packages/glib.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 7fd43221f3..e2d2e5e51c 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -350,7 +350,7 @@ information, refer to the @samp{dbus-daemon(1)} man 
page.")))
            python-wrapper
            bash-minimal
            dbus
-           libelf))
+           elfutils))
     (propagated-inputs
      (list libffi ; in the Requires.private field of gobject-2.0.pc
            pcre ; in the Requires.private field of glib-2.0.pc



reply via email to

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