~ruther/guix-local

74ef6f55a11446de26a6a73e1b0a2f16977fac27 — Jelle Licht 1 year, 7 months ago cf6a25a
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
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +1 -1
@@ 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")