From c0f40713afa24eeeb283a5e7e4a6aefe7f017b03 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 27 Jul 2026 13:39:53 +0300 Subject: net-im/hommabot: avoid network in build phase --- net-im/hommabot/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'net-im') diff --git a/net-im/hommabot/Makefile b/net-im/hommabot/Makefile index a29f5d9..a591e73 100644 --- a/net-im/hommabot/Makefile +++ b/net-im/hommabot/Makefile @@ -30,7 +30,10 @@ STAGE_APPDIR= ${STAGEDIR}${APPDIR} do-build: cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} npm_config_python=${PYTHON_CMD} \ + ${SETENV} ${MAKE_ENV} \ + npm_config_python=${PYTHON_CMD} \ + npm_config_nodedir=${LOCALBASE} \ + npm_config_build_from_source=true \ ${NPM_REBUILD_CMD} ${NPM_REBUILD_FLAGS} do-install: -- cgit v1.3