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:
Marius Bakke 2022-08-29 23:58:23 +02:00
parent 4426c5c725
commit 51ed530204
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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)