1
0
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:
Marius Bakke
2022-07-21 16:46:03 +02:00
parent 1a97959b22
commit 3ffcc3dc03

View File

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