linuxPackages.bcc: fix build
flex is needed as buildInput too (headers, libfl), recent strictDeps change in python caught this. Fixes #56724
This commit is contained in:
parent
1d628e4588
commit
a55c66c6ae
@ -19,7 +19,7 @@ python.pkgs.buildPythonApplication rec {
|
||||
buildInputs = [
|
||||
llvmPackages.llvm llvmPackages.clang-unwrapped kernel
|
||||
elfutils luajit netperf iperf
|
||||
systemtap.stapBuild
|
||||
systemtap.stapBuild flex
|
||||
];
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user