gnu: glib: Build with Elfutils instead of libelf.

* gnu/packages/glib.scm (glib)[inputs]: Change from LIBELF to ELFUTILS.
This commit is contained in:
Marius Bakke 2022-07-21 02:45:52 +02:00
parent b791e09b92
commit e9bac3e872
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -350,7 +350,7 @@ (define glib
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