Merge pull request #199429 from aaronjheng/prof-babeltrace

perf: add libbabeltrace dependency
This commit is contained in:
Sergei Trofimovich
2022-11-14 08:01:52 +00:00
committed by GitHub
@@ -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 ])