mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue