antares: fix build by pinning to nodejs_22

This commit is contained in:
eymeric
2026-01-05 13:39:46 +01:00
parent be84db650e
commit df570cc38b
+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