From b86813c8a83b32a1cb4a46d6e1b3b5eb07b398a6 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 13 Aug 2023 02:00:00 +0200 Subject: [PATCH] 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 @@ (define-public perf 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.