guix-commits
[Top][All Lists]
Advanced

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

02/12: gnu: perf: Add now required dependency on libtraceevent.


From: guix-commits
Subject: 02/12: gnu: perf: Add now required dependency on libtraceevent.
Date: Wed, 16 Aug 2023 17:16:40 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 45ca59da5e5265f56607a4ca0b3a18587638394d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Aug 16 19:44:20 2023 +0200

    gnu: perf: Add now required dependency on libtraceevent.
    
    This dependency is required since the linux-libre upgrade in
    504c574775abc02671f8f5b7125552ef36ef6bc8.
    
    * gnu/packages/linux.scm (perf)[inputs]: Add libtraceevent.
---
 gnu/packages/linux.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a59247d7ba..93def72048 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5024,6 +5024,7 @@ in a digital read-out.")
            libiberty                 ;used alongside BDF for symbol demangling
            libtraceevent
            libunwind                 ;better stack walking
+           libtraceevent
            numactl                   ;for 'perf bench numa mem'
            ;; Documentation.
            libxml2                                ;for $XML_CATALOG_FILES



reply via email to

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