lx-music-desktop: fix build by pinning nodejs to 22

This commit is contained in:
Justin Chen
2026-01-01 18:03:12 +08:00
parent 6ffaf2adf5
commit efa71591db

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;