mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
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:
parent
30a215c15d
commit
efd55e049a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue