From e9bac3e872f72eae5624e30d8ef3a0edd0113100 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 21 Jul 2022 02:45:52 +0200 Subject: 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(-) (limited to 'gnu/packages/glib.scm') 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 -- cgit v1.2.3