me
/
guix
Archived
1
0
Fork 0

gnu: elfutils: Explicitly depend on xz.

* gnu/packages/elf.scm (elfutils)[inputs]: Add XZ.
master
Marius Bakke 2022-07-21 16:46:03 +02:00
parent 1a97959b22
commit 3ffcc3dc03
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

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