diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-04-07 16:36:43 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-04-07 17:37:46 +0200 |
commit | b25d3bd973fbf6c65de322f9f07a33b0c2dd32a6 (patch) | |
tree | f32438918959d260195d3d4878986253d71fa4cf | |
parent | f214d470d7277370db03825c6cd35a9a5ee40732 (diff) | |
download | patches-b25d3bd973fbf6c65de322f9f07a33b0c2dd32a6.tar patches-b25d3bd973fbf6c65de322f9f07a33b0c2dd32a6.tar.gz |
gnu: perf: Add support for C++ symbol demangling.
* gnu/packages/linux.scm (perf)[inputs]: Add libiberty.
-rw-r--r-- | gnu/packages/linux.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 6aee9cd525..876b7ef7b4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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 |