gnu: node-lts: Replace customized c-ares-for-node by c-ares.

* gnu/packages/node.scm (node-lts) [native-inputs]: Replace c-ares-for-node by
c-ares.
[inputs]: Ditto.

Change-Id: Ibef027d55c14e302d406d6478fed474f67c0d508
This commit is contained in:
Jelle Licht 2024-11-03 13:03:50 +01:00
parent 30a215c15d
commit efd55e049a
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -936,7 +936,7 @@ fi"
(chmod file #o555))))))))
(native-inputs
(list ;; Runtime dependencies for binaries used as a bootstrap.
c-ares-for-node
c-ares
brotli
icu4c
libuv
@ -952,7 +952,7 @@ fi"
(inputs
(list bash-minimal
coreutils
c-ares-for-node
c-ares
icu4c
libuv
llhttp-bootstrap