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 = [
|
buildInputs = [
|
||||||
llvmPackages.llvm llvmPackages.clang-unwrapped kernel
|
llvmPackages.llvm llvmPackages.clang-unwrapped kernel
|
||||||
elfutils luajit netperf iperf
|
elfutils luajit netperf iperf
|
||||||
systemtap.stapBuild
|
systemtap.stapBuild flex
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user