bpftrace: remove llvm version patch

This commit is contained in:
illustris
2025-01-25 15:39:59 -06:00
committed by Austin Seipp
parent 99c172d777
commit 437e81102f
-4
View File
@@ -58,10 +58,6 @@ stdenv.mkDerivation rec {
"-DSYSTEM_INCLUDE_PATHS=${glibc.dev}/include"
];
postPatch = ''
substituteInPlace CMakeLists.txt --replace "set(MAX_LLVM_MAJOR 18)" "set(MAX_LLVM_MAJOR 19)"
'';
# Pull BPF scripts into $PATH (next to their bcc program equivalents), but do
# not move them to keep `${pkgs.bpftrace}/share/bpftrace/tools/...` working.
postInstall = ''