matrix-appservice-slack: use nodejs 18 to fix build

This commit is contained in:
Charlotte Van Petegem 2023-12-13 09:22:33 +01:00
parent 354184a83e
commit cfb9111660
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 3 additions and 0 deletions

View file

@ -11,6 +11,8 @@ let
data = lib.importJSON ./pin.json;
in
mkYarnPackage rec {
inherit nodejs;
pname = "matrix-appservice-slack";
version = data.version;

View file

@ -10098,6 +10098,7 @@ with pkgs;
matrix-appservice-slack = callPackage ../servers/matrix-synapse/matrix-appservice-slack {
matrix-sdk-crypto-nodejs = matrix-sdk-crypto-nodejs-0_1_0-beta_3;
nodejs = nodejs_18;
};
matrix-appservice-discord = callPackage ../servers/matrix-appservice-discord {