diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-08-13 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-08-13 02:00:00 +0200 |
commit | b86813c8a83b32a1cb4a46d6e1b3b5eb07b398a6 (patch) | |
tree | 1ecafcc5606a728468ac7e1c53915f984b883451 | |
parent | 22bba8297a2bf1412c284416540e74ac3e2eaf44 (diff) | |
download | guix-b86813c8a83b32a1cb4a46d6e1b3b5eb07b398a6.tar.gz guix-b86813c8a83b32a1cb4a46d6e1b3b5eb07b398a6.zip |
gnu: perf: Fix build of version 6.4.10.
* gnu/packages/linux.scm (perf)[inputs]: Add libtraceevent.
Reported by old in #guix.
-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 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. |