diff options
author | Marius Bakke <marius@gnu.org> | 2022-07-21 02:45:52 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-07-23 19:43:11 +0200 |
commit | e9bac3e872f72eae5624e30d8ef3a0edd0113100 (patch) | |
tree | 16bb6b6b6547e506524bc143e15d7f68a3b44159 /gnu/packages/glib.scm | |
parent | b791e09b926baf98dbe0f4d1225812be27435eeb (diff) | |
download | guix-e9bac3e872f72eae5624e30d8ef3a0edd0113100.tar.gz |
gnu: glib: Build with Elfutils instead of libelf.
* gnu/packages/glib.scm (glib)[inputs]: Change from LIBELF to ELFUTILS.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r-- | gnu/packages/glib.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |