mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
cf6a25ae73
commit
74ef6f55a1
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue