Merge pull request #311566 from martinetd/bpftrace_llvm17

bcc/bpftrace: use default llvmPackages
This commit is contained in:
Aleksana 2024-05-18 14:42:39 +08:00 committed by GitHub
commit 037bda5570
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 8 deletions

View File

@ -118,5 +118,6 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://iovisor.github.io/bcc/";
license = licenses.asl20;
maintainers = with maintainers; [ ragge mic92 thoughtpolice martinetd ];
platforms = platforms.linux;
};
}

View File

@ -67,5 +67,6 @@ stdenv.mkDerivation rec {
mainProgram = "bpftrace";
license = licenses.asl20;
maintainers = with maintainers; [ rvl thoughtpolice martinetd mfrw ];
platforms = platforms.linux;
};
}

View File

@ -18256,14 +18256,6 @@ with pkgs;
bpftools = callPackage ../os-specific/linux/bpftools { };
bcc = callPackage ../by-name/bc/bcc/package.nix {
llvmPackages = llvmPackages_16;
};
bpftrace = callPackage ../by-name/bp/bpftrace/package.nix {
llvmPackages = llvmPackages_16;
};
bpm-tools = callPackage ../tools/audio/bpm-tools { };
byacc = callPackage ../development/tools/parsing/byacc { };