mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-16 21:58:55 +00:00
matrix-appservice-irc: use nodejs-slim_22
nedb (bundled in matrix-appservice-irc 4.0.0) calls util.isDate which was removed in Node.js 24. Pin to Node.js 22 until the package is updated to a version that no longer depends on nedb.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
fetchYarnDeps,
|
||||
fixup-yarn-lock,
|
||||
node-gyp-build,
|
||||
nodejs-slim,
|
||||
nodejs-slim_22,
|
||||
matrix-sdk-crypto-nodejs,
|
||||
nixosTests,
|
||||
nix-update-script,
|
||||
@@ -42,7 +42,7 @@ stdenv.mkDerivation {
|
||||
|
||||
nativeBuildInputs = [
|
||||
fixup-yarn-lock
|
||||
nodejs-slim
|
||||
nodejs-slim_22
|
||||
yarn
|
||||
node-gyp-build
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user