llama-cpp: use nodejs_latest

Pinned the web UI build to nodejs_latest because the current nodejs lts (v24.15.0)
has an ESM-loader file-descriptor regression (https://github.com/nodejs/node/issues/62012)
that throws EBADF on fstat and, on darwin, aborts the vite/SvelteKit build
with a libuv kqueue assertion.

Assisted-by: Claude Code (Opus 4.8)
This commit is contained in:
Mirko Lenz
2026-06-04 13:17:55 +02:00
parent 80749690ab
commit 00d9941367

View File

@@ -30,7 +30,7 @@
blas,
fetchNpmDeps,
nodejs,
nodejs_latest,
npmHooks,
pkg-config,
@@ -106,7 +106,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
cmake
installShellFiles
ninja
nodejs
nodejs_latest
npmHooks.npmConfigHook
pkg-config
spirv-headers