[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74187] [PATCH 08/20] gnu: r-v8: Fix build with node-lts@20.
From: |
jlicht |
Subject: |
[bug#74187] [PATCH 08/20] gnu: r-v8: Fix build with node-lts@20. |
Date: |
Sun, 3 Nov 2024 13:03:55 +0100 |
From: Jelle Licht <jlicht@fsfe.org>
The version bump of node-lts from 18 to 20 also bumped the version in the
so-file.
* gnu/packages/cran.scm (r-v8)[#:phases]<find-v8>: Look for libnode-so.115 as
provided by node-lts.
Change-Id: Ib5c0d865aea36c7d881efddf4877cbab4b7dd932
---
gnu/packages/cran.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index dc2a77593a..f69281c177 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2454,7 +2454,7 @@ (define-public r-v8
(("^PKG_LIBS=.*")
(string-append "PKG_LIBS="
(assoc-ref inputs "libnode")
- "/lib/libnode.so.108\n")))
+ "/lib/libnode.so.115\n")))
(setenv "INCLUDE_DIR"
(string-append
(assoc-ref inputs "libnode")
--
2.46.0
- [bug#74187] [PATCH 00/20] Bumping node to 20.18.0 and beyond, jlicht, 2024/11/03
- [bug#74187] [PATCH 03/20] gnu: node-lts: Replace customized c-ares-for-node by c-ares., jlicht, 2024/11/03
- [bug#74187] [PATCH 07/20] gnu: node-lts: Update to 20.18.0 [security fixes]., jlicht, 2024/11/03
- [bug#74187] [PATCH 06/20] gnu: llhttp-bootstrap: Update to 8.1.2., jlicht, 2024/11/03
- [bug#74187] [PATCH 08/20] gnu: r-v8: Fix build with node-lts@20.,
jlicht <=
- [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