Loading pkgs/tools/system/netdata/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,8 @@ stdenv.mkDerivation rec { strictDeps = true; nativeBuildInputs = [ cmake pkg-config makeWrapper go ninja ]; nativeBuildInputs = [ cmake pkg-config makeWrapper go ninja ] ++ lib.optionals withCups [ cups.dev ]; # bash is only used to rewrite shebangs buildInputs = [ bash curl jemalloc json_c libuv zlib libyaml ] ++ lib.optionals stdenv.isDarwin [ CoreFoundation IOKit libossp_uuid ] Loading Loading
pkgs/tools/system/netdata/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,8 @@ stdenv.mkDerivation rec { strictDeps = true; nativeBuildInputs = [ cmake pkg-config makeWrapper go ninja ]; nativeBuildInputs = [ cmake pkg-config makeWrapper go ninja ] ++ lib.optionals withCups [ cups.dev ]; # bash is only used to rewrite shebangs buildInputs = [ bash curl jemalloc json_c libuv zlib libyaml ] ++ lib.optionals stdenv.isDarwin [ CoreFoundation IOKit libossp_uuid ] Loading