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:
Will Dietz 2019-03-04 12:00:11 -06:00
parent 1d628e4588
commit a55c66c6ae

View file

@ -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 = [