mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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…
Add table
Add a link
Reference in a new issue