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.
parent
a2ab465510
commit
45ca59da5e
|
@ -5024,6 +5024,7 @@ in a digital read-out.")
|
|||
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
|
||||
|
|
Reference in New Issue