Unverified Commit 760d2f7d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #223176 from dotlambda/matrix-synapse-comment

matrix-synapse: remove old comment
parents 77707d97 f32cc8d4
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -9163,9 +9163,7 @@ with pkgs;
  matrix-conduit = callPackage ../servers/matrix-conduit { };
  /* Python 3.8 is currently broken with matrix-synapse since `python38Packages.bleach` fails
    (https://github.com/NixOS/nixpkgs/issues/76093) */
  matrix-synapse = callPackage ../servers/matrix-synapse { /*python3 = python38;*/ };
  matrix-synapse = callPackage ../servers/matrix-synapse { };
  matrix-synapse-plugins = recurseIntoAttrs matrix-synapse.plugins;