Commit 82b91ce8 authored by Kirill Smelkov's avatar Kirill Smelkov

X execjs needs nodejs (or other js runtime)

parent 853957e7
......@@ -7,6 +7,7 @@ extends =
../../component/cmake/buildout.cfg
../../component/icu/buildout.cfg
../../component/pkgconfig/buildout.cfg
../../component/nodejs/buildout.cfg
parts =
......@@ -18,6 +19,9 @@ parts =
icu
pkgconfig
# TODO becomes autodependency
nodejs
ktestbin
......@@ -81,9 +85,10 @@ bundle = ${buildout:bin-directory}/bundle
#
# bundle exec <smth> ; <smth> starts with `#!/usr/bin/env ruby` as rubygems
# Rugged needs: cmake, pkgconfig
# execjs needs: nodejs
#
environment =
PATH = ${:ruby-location}/bin:${cmake:location}/bin:${pkgconfig:location}/bin:%(PATH)s
PATH = ${:ruby-location}/bin:${cmake:location}/bin:${pkgconfig:location}/bin:${nodejs:location}/bin:%(PATH)s
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment