mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -2224,6 +2224,7 @@ (define-public perf
|
|||
;; ("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 a new issue