gnu: glib: Build with Elfutils instead of libelf.
* gnu/packages/glib.scm (glib)[inputs]: Change from LIBELF to ELFUTILS.
This commit is contained in:
parent
b791e09b92
commit
e9bac3e872
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ information, refer to the @samp{dbus-daemon(1)} man page.")))
|
||||||
python-wrapper
|
python-wrapper
|
||||||
bash-minimal
|
bash-minimal
|
||||||
dbus
|
dbus
|
||||||
libelf))
|
elfutils))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list libffi ; in the Requires.private field of gobject-2.0.pc
|
(list libffi ; in the Requires.private field of gobject-2.0.pc
|
||||||
pcre ; in the Requires.private field of glib-2.0.pc
|
pcre ; in the Requires.private field of glib-2.0.pc
|
||||||
|
|
Reference in a new issue