antares: fix build by pinning to nodejs_22 (#477140)

This commit is contained in:
Aleksana
2026-01-05 13:06:25 +00:00
committed by GitHub
+4 -2
View File
@@ -3,7 +3,7 @@
lib,
buildNpmPackage,
electron,
nodejs,
nodejs_22,
makeDesktopItem,
copyDesktopItems,
icoutils,
@@ -29,7 +29,9 @@ buildNpmPackage rec {
./npm-lock.patch
];
buildInputs = [ nodejs ];
nodejs = nodejs_22;
buildInputs = [ nodejs_22 ];
nativeBuildInputs = [
copyDesktopItems