mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: perf: Add now required dependency on libtraceevent.
This dependency is required since the linux-libre upgrade in
504c574775
.
* gnu/packages/linux.scm (perf)[inputs]: Add libtraceevent.
This commit is contained in:
parent
a2ab465510
commit
45ca59da5e
1 changed files with 1 additions and 0 deletions
|
@ -5024,6 +5024,7 @@ (define-public perf
|
|||
libiberty ;used alongside BDF for symbol demangling
|
||||
libtraceevent
|
||||
libunwind ;better stack walking
|
||||
libtraceevent
|
||||
numactl ;for 'perf bench numa mem'
|
||||
;; Documentation.
|
||||
libxml2 ;for $XML_CATALOG_FILES
|
||||
|
|
Loading…
Reference in a new issue