This website requires JavaScript.
Explore
Help
Register
Sign In
JakeHillion
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
9b26afff6e
nixpkgs
/
pkgs
/
development
/
web
/
nodejs
/
setup-hook.sh
6 lines
94 B
Bash
Raw
Normal View
History
Unescape
Escape
Added setup hook that adds a Node package automatically to NODE_PATH, if included in the buildInputs parameter
2013-02-04 14:21:33 +00:00
addNodePath
(
)
{
Make the setup-hook work again now that nodejs modules reside in lib/node_modules
2013-07-30 12:00:05 +01:00
addToSearchPath NODE_PATH
$1
/lib/node_modules
Added setup hook that adds a Node package automatically to NODE_PATH, if included in the buildInputs parameter
2013-02-04 14:21:33 +00:00
}
Cleanup: Use += to append to envHooks
2014-07-08 13:20:05 +01:00
envHooks
+=
(
addNodePath
)
Reference in New Issue
Copy Permalink