gnu: ltrace: Build with elfutils instead of libelf.

* gnu/packages/linux.scm (ltrace)[inputs]: Change from LIBELF to ELFUTILS.
This commit is contained in:
Marius Bakke 2020-12-15 00:41:31 +01:00
parent 66b5bc3191
commit 20d35eac53
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2067,7 +2067,7 @@ (define-public ltrace
(base32
"00wmbdghqbz6x95m1mcdd3wd46l6hgcr4wggdp049dbifh3qqvqf"))))
(build-system gnu-build-system)
(inputs `(("libelf" ,libelf)))
(inputs `(("libelf" ,elfutils)))
(arguments
;; Compilation uses -Werror by default, but it fails.
'(#:configure-flags '("--disable-werror")))