diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-27 13:39:53 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-27 13:39:53 +0300 |
| commit | c0f40713afa24eeeb283a5e7e4a6aefe7f017b03 (patch) | |
| tree | 84865220f956d1f0e9e110c13a9a7ade0fde3242 /net-im | |
| parent | df99bdc291366d509669869bbf08a329cc3541a9 (diff) | |
net-im/hommabot: avoid network in build phase
Diffstat (limited to 'net-im')
| -rw-r--r-- | net-im/hommabot/Makefile | 5 |
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: |
