about summary refs log tree commit diff
path: root/pkgs/development/python-modules/bokeh/hardcode-nodejs-npmjs-paths.patch
blob: 4ebfc7e3f2d633faf609addf711748a380e1ed48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -ru a/src/bokeh/util/compiler.py b/src/bokeh/util/compiler.py
--- a/src/bokeh/util/compiler.py
+++ b/src/bokeh/util/compiler.py
@@ -411,8 +411,8 @@
     raise RuntimeError(f'node.js v{version_repr} or higher is needed to allow compilation of custom models ' +
                        '("conda install nodejs" or follow https://nodejs.org/en/download/)')
 
-_nodejs = None
-_npmjs = None
+_nodejs = "@node_bin@"
+_npmjs = "@npm_bin@"
 
 def _nodejs_path() -> str:
     global _nodejs