aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc/allow-nodejs.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/allow-nodejs.inc')
-rw-r--r--etc/inc/allow-nodejs.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/inc/allow-nodejs.inc b/etc/inc/allow-nodejs.inc
index 78a4bed80..351c94ab8 100644
--- a/etc/inc/allow-nodejs.inc
+++ b/etc/inc/allow-nodejs.inc
@@ -4,3 +4,7 @@ include allow-nodejs.local
4 4
5noblacklist ${PATH}/node 5noblacklist ${PATH}/node
6noblacklist /usr/include/node 6noblacklist /usr/include/node
7
8# Allow python for node-gyp (blacklisted by disable-interpreters.inc)
9include allow-python2.inc
10include allow-python3.inc