lx-music-desktop: fix build by pinning nodejs to 22 (#475847)

This commit is contained in:
kirillrdy
2026-01-01 10:30:45 +00:00
committed by GitHub

View File

@@ -11,6 +11,7 @@
makeDesktopItem,
electron_37,
nodejs_22,
commandLineArgs ? "",
}:
@@ -63,6 +64,9 @@ buildNpmPackage rec {
copyDesktopItems
];
# Npm 11 (nodejs 24) can't resolve all dependencies from the prefetched cache.
nodejs = nodejs_22;
npmDepsHash = "sha256-t6I8ch36Yh6N+qZy4/yr/gSyJ3qdyMWss5LbsagEFMQ=";
makeCacheWritable = true;