[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74187] [PATCH v2 19/24] gnu: qtwebengine-5: Use node-lts instead of
From: |
jlicht |
Subject: |
[bug#74187] [PATCH v2 19/24] gnu: qtwebengine-5: Use node-lts instead of node. |
Date: |
Wed, 4 Dec 2024 08:49:41 +0100 |
From: Jelle Licht <jlicht@fsfe.org>
* gnu/packages/qt.scm (qtwebengine-5)[native-inputs]: Replace node by
node-lts.
Change-Id: If05e9dd0ef4a971074828da66742bb9387536e4d
---
gnu/packages/qt.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 722448b4e4..ef873f7d2b 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -3290,7 +3290,7 @@ (define-public qtwebengine-5
flex
gperf
ninja
- node
+ node-lts
perl
pkg-config
python2-six
--
2.46.0
- [bug#74187] [PATCH v2 03/24] gnu: node-lts: Replace customized c-ares-for-node by c-ares., (continued)
- [bug#74187] [PATCH v2 03/24] gnu: node-lts: Replace customized c-ares-for-node by c-ares., jlicht, 2024/12/04
- [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 <=
- [bug#74187] [PATCH v2 16/24] gnu: js-of-ocaml: Use node-lts instead of node., jlicht, 2024/12/04
- [bug#74187] [PATCH v2 00/24] Bumping node to 20.18.0 and beyond, Ludovic Courtès, 2024/12/12