mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
lx-music-desktop: fix build by pinning nodejs to 22 (#475847)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user