[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74187] [PATCH v2 03/24] gnu: node-lts: Replace customized c-ares-fo
From: |
jlicht |
Subject: |
[bug#74187] [PATCH v2 03/24] gnu: node-lts: Replace customized c-ares-for-node by c-ares. |
Date: |
Wed, 4 Dec 2024 08:49:25 +0100 |
From: Jelle Licht <jlicht@fsfe.org>
* gnu/packages/node.scm (node-lts) [native-inputs]: Replace c-ares-for-node by
c-ares.
[inputs]: Ditto.
Change-Id: Ibef027d55c14e302d406d6478fed474f67c0d508
---
gnu/packages/node.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 6414b94278..3997042e76 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -936,7 +936,7 @@ (define-public node-lts
(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 @@ (define-public node-lts
(inputs
(list bash-minimal
coreutils
- c-ares-for-node
+ c-ares
icu4c
libuv
llhttp-bootstrap
--
2.46.0
- [bug#74187] [PATCH v2 10/24] gnu: node-nan: Update to 2.22.0., (continued)
- [bug#74187] [PATCH v2 10/24] gnu: node-nan: Update to 2.22.0., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 06/24] gnu: llhttp-bootstrap: Update to 8.1.2., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 04/24] gnu: Remove c-ares-for-node., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 20/24] gnu: ruby-autoprefixer-rails: Use node-lts instead of node., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 02/24] gnu: Remove nghttp2-for-node., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 22/24] gnu: vlang: Use node-lts instead of node., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 05/24] gnu: Add libuv-for-node-lts., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 14/24] gnu: python-cwl-utils: Use node-lts instead of node., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 11/24] gnu: node-addon-api: Update to 8.3.0., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 07/24] gnu: node-lts: Update to 20.18.1 [security fixes]., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 03/24] gnu: node-lts: Replace customized c-ares-for-node by c-ares.,
jlicht <=
- [bug#74187] [PATCH v2 12/24] gnu: r-v8: Fix build with node-lts@20., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 15/24] gnu: ocaml-ezjsonm: Use node-lts instead of node., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 13/24] gnu: cwltool: Use node-lts instead of node., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 08/24] gnu: node-uglify-js: Update to 3.19.3., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 18/24] gnu: python-cloudscraper: Use node-lts instead of node., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 23/24] gnu: esbuild-node: Use node-lts instead of node., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 21/24] gnu: ruby-execjs: Use node-lts instead of node., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 24/24] gnu: node: Rename variable node-bootstrap and hide package., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 17/24] gnu: fmp: Use node-lts instead of node., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 19/24] gnu: qtwebengine-5: Use node-lts instead of node., jlicht, 2024/12/04