mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: perf: Fix build of version 6.4.10.
* gnu/packages/linux.scm (perf)[inputs]: Add libtraceevent. Reported by old in #guix.
This commit is contained in:
parent
22bba8297a
commit
b86813c8a8
1 changed files with 1 additions and 0 deletions
|
@ -5022,6 +5022,7 @@ (define-public perf
|
||||||
python-2 ;'perf' links against libpython
|
python-2 ;'perf' links against libpython
|
||||||
elfutils
|
elfutils
|
||||||
libiberty ;used alongside BDF for symbol demangling
|
libiberty ;used alongside BDF for symbol demangling
|
||||||
|
libtraceevent
|
||||||
libunwind ;better stack walking
|
libunwind ;better stack walking
|
||||||
numactl ;for 'perf bench numa mem'
|
numactl ;for 'perf bench numa mem'
|
||||||
;; Documentation.
|
;; Documentation.
|
||||||
|
|
Loading…
Reference in a new issue