diff --git a/srcpkgs/netdata/template b/srcpkgs/netdata/template index 5b714f50aff..581a7659fd0 100644 --- a/srcpkgs/netdata/template +++ b/srcpkgs/netdata/template @@ -26,17 +26,6 @@ make_dirs=" system_accounts="_netdata" conf_files="/etc/${pkgname}/*.conf" -subpackages="netdata-plugins-python" - -case "$XBPS_TARGET_MACHINE" in - ppc64*) ;; - ppc*) _without_node=yes ;; -esac - -if [ -z "$_without_node" ]; then - subpackages+=" netdata-plugins-nodejs" -fi - pre_configure() { autoreconf -ivf }