lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #171670 from squalus/netdata

netdata: support cross compile

authored by

Rick van Schijndel and committed by
GitHub
2bd67e9a b2c14fec

+4 -1
+4 -1
pkgs/tools/system/netdata/default.nix
··· 27 27 fetchSubmodules = true; 28 28 }; 29 29 30 - nativeBuildInputs = [ autoreconfHook pkg-config makeWrapper ]; 30 + strictDeps = true; 31 + 32 + nativeBuildInputs = [ autoreconfHook pkg-config makeWrapper protobuf ]; 31 33 buildInputs = [ curl.dev zlib.dev protobuf ] 32 34 ++ optionals stdenv.isDarwin [ CoreFoundation IOKit libossp_uuid ] 33 35 ++ optionals (!stdenv.isDarwin) [ libcap.dev libuuid.dev ] ··· 80 82 configureFlags = [ 81 83 "--localstatedir=/var" 82 84 "--sysconfdir=/etc" 85 + "--disable-ebpf" 83 86 ] ++ optionals withCloud [ 84 87 "--enable-cloud" 85 88 "--with-aclk-ng"