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]<find-v8>: Look for libnode-so.115 as
provided by node-lts.

Change-Id: Ib5c0d865aea36c7d881efddf4877cbab4b7dd932
This commit is contained in:
Jelle Licht 2024-11-03 13:03:55 +01:00
parent cf6a25ae73
commit 74ef6f55a1
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -3006,7 +3006,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")