mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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
|
(list c-ares
|
||||||
http-parser
|
http-parser
|
||||||
icu4c
|
icu4c
|
||||||
libuv
|
libuv-for-node
|
||||||
`(,nghttp2-for-node "lib")
|
`(,nghttp2-for-node "lib")
|
||||||
openssl-1.1
|
openssl-1.1
|
||||||
zlib
|
zlib
|
||||||
|
@ -308,7 +308,7 @@ (define-public node
|
||||||
c-ares
|
c-ares
|
||||||
http-parser
|
http-parser
|
||||||
icu4c
|
icu4c
|
||||||
libuv
|
libuv-for-node
|
||||||
`(,nghttp2-for-node "lib")
|
`(,nghttp2-for-node "lib")
|
||||||
openssl
|
openssl
|
||||||
python-wrapper ;for node-gyp (supports python3)
|
python-wrapper ;for node-gyp (supports python3)
|
||||||
|
|
Loading…
Reference in a new issue