diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-08-16 19:44:20 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-08-16 22:09:38 +0200 |
commit | 45ca59da5e5265f56607a4ca0b3a18587638394d (patch) | |
tree | 4c4b2a86457695490fe9269a09e0b4eb1d1a876a /gnu/packages | |
parent | a2ab4655103abbc991399dc0408718cf641194e7 (diff) |
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.
Diffstat (limited to 'gnu/packages')
-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 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 |