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

matrix-synapse: remove old comment
This commit is contained in:
Nick Cao 2023-03-26 10:39:21 +08:00 committed by GitHub
commit 760d2f7d9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;