linuxPackages.bpftrace: fix llvm build
This commit is contained in:
parent
c07fad9b40
commit
0ef9059dd4
@ -16,12 +16,12 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with llvmPackages;
|
buildInputs = with llvmPackages;
|
||||||
[ llvm clang-unwrapped
|
[ llvm libclang
|
||||||
kernel elfutils libelf bcc
|
kernel elfutils libelf bcc
|
||||||
libbpf libbfd libopcodes
|
libbpf libbfd libopcodes
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkg-config flex bison ]
|
nativeBuildInputs = [ cmake pkg-config flex bison llvmPackages.llvm.dev ]
|
||||||
# libelf is incompatible with elfutils-libelf
|
# libelf is incompatible with elfutils-libelf
|
||||||
++ lib.filter (x: x != libelf) kernel.moduleBuildDependencies;
|
++ lib.filter (x: x != libelf) kernel.moduleBuildDependencies;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user