guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: perf: Fix build of version 6.4.10.


From: guix-commits
Subject: branch master updated: gnu: perf: Fix build of version 6.4.10.
Date: Wed, 16 Aug 2023 13:58:04 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b86813c8a8 gnu: perf: Fix build of version 6.4.10.
b86813c8a8 is described below

commit b86813c8a83b32a1cb4a46d6e1b3b5eb07b398a6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 13 02:00:00 2023 +0200

    gnu: perf: Fix build of version 6.4.10.
    
    * gnu/packages/linux.scm (perf)[inputs]: Add libtraceevent.
    
    Reported by old in #guix.
---
 gnu/packages/linux.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 686eb40587..a59247d7ba 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5022,6 +5022,7 @@ in a digital read-out.")
            python-2                            ;'perf' links against libpython
            elfutils
            libiberty                 ;used alongside BDF for symbol demangling
+           libtraceevent
            libunwind                 ;better stack walking
            numactl                   ;for 'perf bench numa mem'
            ;; Documentation.



reply via email to

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