From d5180de75405f0341cf55debd2341e981e9e937c Mon Sep 17 00:00:00 2001 From: K900 Date: Wed, 26 Apr 2023 12:57:41 +0300 Subject: [PATCH] bcc: disable libdebuginfod integration See https://github.com/iovisor/bpftrace/pull/2413 --- pkgs/os-specific/linux/bcc/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/os-specific/linux/bcc/default.nix b/pkgs/os-specific/linux/bcc/default.nix index 772447ed0c96..65aef6940383 100644 --- a/pkgs/os-specific/linux/bcc/default.nix +++ b/pkgs/os-specific/linux/bcc/default.nix @@ -40,6 +40,7 @@ python.pkgs.buildPythonApplication rec { "-DENABLE_USDT=ON" "-DENABLE_CPP_API=ON" "-DCMAKE_USE_LIBBPF_PACKAGE=ON" + "-DENABLE_LIBDEBUGINFOD=OFF" ]; # to replace this executable path: