Skip to content

Commit 84be644

Browse files
committed
Merge #56833: linuxPackages.bcc: fix build
2 parents d20f21d + a55c66c commit 84be644

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/os-specific/linux/bcc/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ python.pkgs.buildPythonApplication rec {
1919
buildInputs = [
2020
llvmPackages.llvm llvmPackages.clang-unwrapped kernel
2121
elfutils luajit netperf iperf
22-
systemtap.stapBuild
22+
systemtap.stapBuild flex
2323
];
2424

2525
patches = [

0 commit comments

Comments
 (0)