jlicht pushed a commit to branch node-team
in repository guix.
commit 8352fe808d434f47c9767dc1edec1add0a6f3070
Author: Jelle Licht <[email protected]>
AuthorDate: Thu Jan 30 09:37:51 2025 +0100
gnu: r-v8: Fix build with node-lts@22.
The version bump of node-lts from 20 to 22 also bumped the version in the
so-file.
* gnu/packages/cran.scm (r-v8)[#:phases]<find-v8>: Look for libnode-so.127
as
provided by node-lts.
Change-Id: I4586e5775e7e55bbe6406c8d9bf78b4c64d91c0c
---
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 44167a3433..3d6ea6be28 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3007,7 +3007,7 @@ similar rank-based tests for equal probability
distributions due to Neuhauser
(("^PKG_LIBS=.*")
(string-append "PKG_LIBS="
(assoc-ref inputs "libnode")
- "/lib/libnode.so.115\n")))
+ "/lib/libnode.so.127\n")))
(setenv "INCLUDE_DIR"
(string-append
(assoc-ref inputs "libnode")