mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-14 00:50:35 +02:00
gnu: elfutils: Explicitly depend on xz.
* gnu/packages/elf.scm (elfutils)[inputs]: Add XZ.
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
'()))))
|
||||
|
||||
(native-inputs (list m4))
|
||||
(inputs (list zlib))
|
||||
(inputs (list xz zlib))
|
||||
(home-page "https://sourceware.org/elfutils/")
|
||||
(synopsis "Collection of utilities and libraries to handle ELF files and
|
||||
DWARF data")
|
||||
|
||||
Reference in New Issue
Block a user