mastodon: migrate from NodeJS 12 to 14
https://github.com/tootsuite/mastodon/pull/15932 got closed in Mastodon 3.4.0.
This commit is contained in:
parent
199690337d
commit
878f011d8d
1 changed files with 1 additions and 5 deletions
|
@ -18993,11 +18993,7 @@ in
|
||||||
|
|
||||||
mailman-web = with python3.pkgs; toPythonApplication mailman-web;
|
mailman-web = with python3.pkgs; toPythonApplication mailman-web;
|
||||||
|
|
||||||
mastodon = callPackage ../servers/mastodon {
|
mastodon = callPackage ../servers/mastodon { };
|
||||||
# With nodejs v14 the streaming endpoint breaks. Need migrate to uWebSockets.js or similar.
|
|
||||||
# https://github.com/tootsuite/mastodon/issues/15184
|
|
||||||
nodejs-slim = nodejs-slim-12_x;
|
|
||||||
};
|
|
||||||
|
|
||||||
materialize = callPackage ../servers/sql/materialize {
|
materialize = callPackage ../servers/sql/materialize {
|
||||||
inherit (buildPackages.darwin) bootstrap_cmds;
|
inherit (buildPackages.darwin) bootstrap_cmds;
|
||||||
|
|
Loading…
Reference in a new issue