Commit adbb41e6 authored by aleksana's avatar aleksana
Browse files

mattermost: fix build with nodejs_24

parent e2e843b3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
  buildGoModule,
  fetchFromGitHub,
  buildNpmPackage,
  nodejs_22,
  nix-update-script,
  npm-lockfile-fix,
  fetchNpmDeps,
@@ -220,6 +221,9 @@ buildMattermost rec {
          --replace-fail 'options: {}' 'options: { disable: true }'
      '';

      # https://github.com/NixOS/nixpkgs/issues/474535
      nodejs = nodejs_22;

      npmDepsHash = npmDeps.hash;
      makeCacheWritable = true;
      forceGitDeps = true;