Loading pkgs/os-specific/linux/sysdig/default.nix +26 −22 Original line number Diff line number Diff line Loading @@ -76,14 +76,13 @@ stdenv.mkDerivation { installShellFiles pkg-config ]; buildInputs = [ buildInputs = [ luajit ncurses openssl curl jq gcc elfutils tbb re2 protobuf Loading @@ -93,10 +92,15 @@ stdenv.mkDerivation { nlohmann_json zstd uthash clang libbpf ] ++ lib.optionals stdenv.isLinux [ bpftools ] ++ lib.optionals (kernel != null) kernel.moduleBuildDependencies; elfutils libbpf clang gcc ] ++ lib.optionals (kernel != null) kernel.moduleBuildDependencies; hardeningDisable = [ "pic" Loading Loading @@ -158,7 +162,7 @@ stdenv.mkDerivation { ''; postInstall = '' lib.optionalString stdenv.isLinux '' # Fix the bash completion location installShellCompletion --bash $out/etc/bash_completion.d/sysdig rm $out/etc/bash_completion.d/sysdig Loading Loading
pkgs/os-specific/linux/sysdig/default.nix +26 −22 Original line number Diff line number Diff line Loading @@ -76,14 +76,13 @@ stdenv.mkDerivation { installShellFiles pkg-config ]; buildInputs = [ buildInputs = [ luajit ncurses openssl curl jq gcc elfutils tbb re2 protobuf Loading @@ -93,10 +92,15 @@ stdenv.mkDerivation { nlohmann_json zstd uthash clang libbpf ] ++ lib.optionals stdenv.isLinux [ bpftools ] ++ lib.optionals (kernel != null) kernel.moduleBuildDependencies; elfutils libbpf clang gcc ] ++ lib.optionals (kernel != null) kernel.moduleBuildDependencies; hardeningDisable = [ "pic" Loading Loading @@ -158,7 +162,7 @@ stdenv.mkDerivation { ''; postInstall = '' lib.optionalString stdenv.isLinux '' # Fix the bash completion location installShellCompletion --bash $out/etc/bash_completion.d/sysdig rm $out/etc/bash_completion.d/sysdig Loading