linuxPackages.bcc: fix llvm build
This commit is contained in:
parent
76ab96811b
commit
a748e4f47e
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ python.pkgs.buildPythonApplication rec {
|
|||
format = "other";
|
||||
|
||||
buildInputs = with llvmPackages; [
|
||||
llvm clang-unwrapped kernel
|
||||
llvm llvm.dev libclang kernel
|
||||
elfutils luajit netperf iperf
|
||||
systemtap.stapBuild flex bash
|
||||
libbpf
|
||||
|
@ -32,7 +32,7 @@ python.pkgs.buildPythonApplication rec {
|
|||
];
|
||||
|
||||
propagatedBuildInputs = [ python.pkgs.netaddr ];
|
||||
nativeBuildInputs = [ makeWrapper cmake flex bison ]
|
||||
nativeBuildInputs = [ makeWrapper cmake flex bison llvmPackages.llvm.dev ]
|
||||
# libelf is incompatible with elfutils-libelf
|
||||
++ lib.filter (x: x != libelf) kernel.moduleBuildDependencies;
|
||||
|
||||
|
|
Loading…
Reference in a new issue