perf: add libbabeltrace dependency

This commit is contained in:
Aaron Jheng
2022-11-14 00:47:41 +00:00
parent 9f0ebc3f63
commit 177732bd36
@@ -31,6 +31,7 @@
, systemtap
, numactl
, zlib
, babeltrace
, withGtk ? false
, gtk2
, withZstd ? true
@@ -121,6 +122,7 @@ stdenv.mkDerivation {
numactl
python3
perl
babeltrace
] ++ (if (lib.versionAtLeast kernel.version "5.19")
then [ libbfd libopcodes ]
else [ libbfd_2_38 libopcodes_2_38 ])