linuxPackages_latest.perf: add libtraceevent to build depends
Without the change `perf trace` subcommand is unavailable.
This commit is contained in:
parent
cfb7a2bc29
commit
6d009ffe2c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue