mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: node@10: Build with 'libuv-for-node'.
* gnu/packages/node.scm (node)[inputs, native-inputs]: Change from LIBUV to LIBUV-FOR-NODE.
This commit is contained in:
parent
4426c5c725
commit
51ed530204
1 changed files with 2 additions and 2 deletions
|
@ -288,7 +288,7 @@ (define-public node
|
|||
(list c-ares
|
||||
http-parser
|
||||
icu4c
|
||||
libuv
|
||||
libuv-for-node
|
||||
`(,nghttp2-for-node "lib")
|
||||
openssl-1.1
|
||||
zlib
|
||||
|
@ -308,7 +308,7 @@ (define-public node
|
|||
c-ares
|
||||
http-parser
|
||||
icu4c
|
||||
libuv
|
||||
libuv-for-node
|
||||
`(,nghttp2-for-node "lib")
|
||||
openssl
|
||||
python-wrapper ;for node-gyp (supports python3)
|
||||
|
|
Loading…
Reference in a new issue