From 74ef6f55a11446de26a6a73e1b0a2f16977fac27 Mon Sep 17 00:00:00 2001 From: Jelle Licht Date: Sun, 3 Nov 2024 13:03:55 +0100 Subject: [PATCH] gnu: r-v8: Fix build with node-lts@20. 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]: 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 d919bd39e66220e556b7a3147a17ed53928e5f2d..aa18931d92e0ea67d094b8bf79d24f0f12ce88a8 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -3006,7 +3006,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.108\n"))) + "/lib/libnode.so.115\n"))) (setenv "INCLUDE_DIR" (string-append (assoc-ref inputs "libnode")