mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
Merge #56833: linuxPackages.bcc: fix build
This commit is contained in:
commit
84be644f87
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue