From 6d009ffe2ce698bbbf4cc895b213cfc3329479f1 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Thu, 2 Mar 2023 23:16:46 +0000 Subject: linuxPackages_latest.perf: add libtraceevent to build depends Without the change `perf trace` subcommand is unavailable. --- pkgs/os-specific/linux/kernel/perf/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/os-specific/linux/kernel/perf') diff --git a/pkgs/os-specific/linux/kernel/perf/default.nix b/pkgs/os-specific/linux/kernel/perf/default.nix index dc9af21a6b2..bd9bd6d95db 100644 --- a/pkgs/os-specific/linux/kernel/perf/default.nix +++ b/pkgs/os-specific/linux/kernel/perf/default.nix @@ -25,6 +25,7 @@ , libbfd_2_38 , libopcodes , libopcodes_2_38 +, libtraceevent , openssl , systemtap , numactl @@ -105,6 +106,7 @@ stdenv.mkDerivation { elfutils newt slang + libtraceevent libunwind zlib openssl -- cgit 1.4.1