guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: perf: Add support for C++ symbol demangling.


From: Ludovic Courtès
Subject: 01/01: gnu: perf: Add support for C++ symbol demangling.
Date: Fri, 7 Apr 2017 11:37:52 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b25d3bd973fbf6c65de322f9f07a33b0c2dd32a6
Author: Ludovic Courtès <address@hidden>
Date:   Fri Apr 7 16:36:43 2017 +0200

    gnu: perf: Add support for C++ symbol demangling.
    
    * gnu/packages/linux.scm (perf)[inputs]: Add libiberty.
---
 gnu/packages/linux.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6aee9cd..876b7ef 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]