gnu: perf: Add support for C++ symbol demangling.
* gnu/packages/linux.scm (perf)[inputs]: Add libiberty.
This commit is contained in:
parent
f214d470d7
commit
b25d3bd973
|
@ -2224,6 +2224,7 @@ in a digital read-out.")
|
|||
;; ("newt" ,newt)
|
||||
("python" ,python-2) ;'perf' links against libpython
|
||||
("elfutils" ,elfutils)
|
||||
("libiberty" ,libiberty) ;used alongside BDF for symbol demangling
|
||||
|
||||
;; Documentation.
|
||||
("libxml2" ,libxml2) ;for $XML_CATALOG_FILES
|
||||
|
|
Loading…
Reference in New Issue