From 429f698c17506ac71dea494b7166f85f086ab84a Mon Sep 17 00:00:00 2001 From: Jelle Licht Date: Tue, 10 Feb 2026 21:32:31 +0100 Subject: [PATCH] gnu: r-v8: Fix build with node-lts@24. The version bump of node-lts from 22 to 24 also bumped the version in the so-file. * gnu/packages/cran.scm (r-v8)[#:phases]: Look for libnode-so.137 as provided by node-lts@24. Change-Id: I41bf86cd387c49b214d84a43135fca969a515202 --- 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 bdbc7b51e4..afa121205a 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -8760,7 +8760,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.127\n"))) + "/lib/libnode.so.137\n"))) (setenv "INCLUDE_DIR" (string-append (assoc-ref inputs "libnode")