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
|
libiberty ;used alongside BDF for symbol demangling
|
||||||
libtraceevent
|
libtraceevent
|
||||||
libunwind ;better stack walking
|
libunwind ;better stack walking
|
||||||
|
libtraceevent
|
||||||
numactl ;for 'perf bench numa mem'
|
numactl ;for 'perf bench numa mem'
|
||||||
;; Documentation.
|
;; Documentation.
|
||||||
libxml2 ;for $XML_CATALOG_FILES
|
libxml2 ;for $XML_CATALOG_FILES
|
||||||
|
|
Reference in New Issue