mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: ltrace: Build with elfutils instead of libelf.
* gnu/packages/linux.scm (ltrace)[inputs]: Change from LIBELF to ELFUTILS.
This commit is contained in:
parent
66b5bc3191
commit
20d35eac53
1 changed files with 1 additions and 1 deletions
|
@ -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")))
|
||||
|
|
Loading…
Reference in a new issue