mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 03:21:49 +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))
|
(native-inputs (list m4))
|
||||||
(inputs (list zlib))
|
(inputs (list xz zlib))
|
||||||
(home-page "https://sourceware.org/elfutils/")
|
(home-page "https://sourceware.org/elfutils/")
|
||||||
(synopsis "Collection of utilities and libraries to handle ELF files and
|
(synopsis "Collection of utilities and libraries to handle ELF files and
|
||||||
DWARF data")
|
DWARF data")
|
||||||
|
|||||||
Reference in New Issue
Block a user