aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-07-27 13:39:53 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-07-27 13:39:53 +0300
commitc0f40713afa24eeeb283a5e7e4a6aefe7f017b03 (patch)
tree84865220f956d1f0e9e110c13a9a7ade0fde3242
parentdf99bdc291366d509669869bbf08a329cc3541a9 (diff)
net-im/hommabot: avoid network in build phase
-rw-r--r--net-im/hommabot/Makefile5
1 files changed, 4 insertions, 1 deletions
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: