mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: node: Add search path specification for 'NODE_PATH'.
* gnu/packages/node.scm (node)[native-search-paths]: New field.
This commit is contained in:
parent
21ffcd65c5
commit
45c18f8529
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue