diff options
| author | Jelle Licht <jlicht@fsfe.org> | 2025-01-30 09:37:51 +0100 |
|---|---|---|
| committer | Jelle Licht <jlicht@fsfe.org> | 2025-02-11 14:02:51 +0100 |
| commit | 555937448cc510517011035fbf39c3687336759d (patch) | |
| tree | 438fef9d0cb7e7c07c1e80b036e6c0b936481c48 /gnu/packages/cran.scm | |
| parent | 5f21dd296a64ca50daa9704cfdf3f160c4d78696 (diff) | |
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
Diffstat (limited to 'gnu/packages/cran.scm')
| -rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 44167a34338..3d6ea6be285 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 | |||
| 3007 | (("^PKG_LIBS=.*") | 3007 | (("^PKG_LIBS=.*") |
| 3008 | (string-append "PKG_LIBS=" | 3008 | (string-append "PKG_LIBS=" |
| 3009 | (assoc-ref inputs "libnode") | 3009 | (assoc-ref inputs "libnode") |
| 3010 | "/lib/libnode.so.115\n"))) | 3010 | "/lib/libnode.so.127\n"))) |
| 3011 | (setenv "INCLUDE_DIR" | 3011 | (setenv "INCLUDE_DIR" |
| 3012 | (string-append | 3012 | (string-append |
| 3013 | (assoc-ref inputs "libnode") | 3013 | (assoc-ref inputs "libnode") |
