[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74187] [PATCH 13/20] gnu: fmp: Use node-lts instead of node.
From: |
jlicht |
Subject: |
[bug#74187] [PATCH 13/20] gnu: fmp: Use node-lts instead of node. |
Date: |
Sun, 3 Nov 2024 13:04:00 +0100 |
From: Jelle Licht <jlicht@fsfe.org>
* gnu/packages/package-management.scm (fpm)[native-inputs]: Repalce node by
node-lts.
Change-Id: I5afdb49e18805722b9e69be0cf48c3a29ce49921
---
gnu/packages/package-management.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index 1763d2d59f..18a8d1e981 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -2193,7 +2193,7 @@ (define-public fpm
(native-inputs
(list dpkg
libarchive
- node
+ node-lts
perl-app-cpanminus
python
ruby-rspec
--
2.46.0
- [bug#74187] [PATCH 05/20] gnu: Add libuv-for-node-lts., (continued)
- [bug#74187] [PATCH 05/20] gnu: Add libuv-for-node-lts., jlicht, 2024/11/03
- [bug#74187] [PATCH 10/20] gnu: python-cwl-utils: Use node-lts instead of node., jlicht, 2024/11/03
- [bug#74187] [PATCH 04/20] gnu: Remove c-ares-for-node., jlicht, 2024/11/03
- [bug#74187] [PATCH 09/20] gnu: cwltool: Use node-lts instead of node., jlicht, 2024/11/03
- [bug#74187] [PATCH 01/20] gnu: node: Replace customized nghttp2-for-node by nghttp2., jlicht, 2024/11/03
- [bug#74187] [PATCH 12/20] gnu: js-of-ocaml: Use node-lts instead of node., jlicht, 2024/11/03
- [bug#74187] [PATCH 15/20] gnu: qtwebengine-5: Use node-lts instead of node., jlicht, 2024/11/03
- [bug#74187] [PATCH 14/20] gnu: python-cloudscraper: Use node-lts instead of node., jlicht, 2024/11/03
- [bug#74187] [PATCH 11/20] gnu: ocaml-ezjsonm: Use node-lts instead of node., jlicht, 2024/11/03
- [bug#74187] [PATCH 02/20] gnu: Remove nghttp2-for-node., jlicht, 2024/11/03
- [bug#74187] [PATCH 13/20] gnu: fmp: Use node-lts instead of node.,
jlicht <=
- [bug#74187] [PATCH 20/20] gnu: node: Rename variable node-bootstrap and hide package., jlicht, 2024/11/03
- [bug#74187] [PATCH 16/20] gnu: ruby-autoprefixer-rails: Use node-lts instead of node., jlicht, 2024/11/03
- [bug#74187] [PATCH 17/20] gnu: ruby-execjs: Use node-lts instead of node., jlicht, 2024/11/03
- [bug#74187] [PATCH 18/20] gnu: vlang: Use node-lts instead of node., jlicht, 2024/11/03
- [bug#74187] [PATCH 19/20] gnu: esbuild-node: Use node-lts instead of node., jlicht, 2024/11/03
- [bug#74187] [PATCH 00/20] Bumping node to 20.18.0 and beyond, Ludovic Courtès, 2024/11/18