mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user