Browse Source
gnu: node: Add search path specification for 'NODE_PATH'.
* gnu/packages/node.scm (node)[native-search-paths]: New field.
python-updates
Jelle Licht
6 years ago
committed by
Jan Nieuwenhuizen
No known key found for this signature in database
GPG Key ID: A12F87978D701B99
1 changed files with
4 additions and
0 deletions
-
gnu/packages/node.scm
|
|
@ -134,6 +134,10 @@ |
|
|
|
("procps" ,procps) |
|
|
|
("util-linux" ,util-linux) |
|
|
|
("which" ,which))) |
|
|
|
(native-search-paths |
|
|
|
(list (search-path-specification |
|
|
|
(variable "NODE_PATH") |
|
|
|
(files '("lib/node_modules"))))) |
|
|
|
(inputs |
|
|
|
`(("c-ares" ,c-ares) |
|
|
|
("http-parser" ,http-parser) |
|
|
|