me
/
guix
Archived
1
0
Fork 0

gnu: glib: Build with Elfutils instead of libelf.

* gnu/packages/glib.scm (glib)[inputs]: Change from LIBELF to ELFUTILS.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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