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

matrix-synapse: remove old comment

authored by Nick Cao and committed by GitHub 760d2f7d 77707d97

+1 -3
+1 -3
pkgs/top-level/all-packages.nix
··· 9163 9164 matrix-conduit = callPackage ../servers/matrix-conduit { }; 9165 9166 - /* Python 3.8 is currently broken with matrix-synapse since `python38Packages.bleach` fails 9167 - (https://github.com/NixOS/nixpkgs/issues/76093) */ 9168 - matrix-synapse = callPackage ../servers/matrix-synapse { /*python3 = python38;*/ }; 9169 9170 matrix-synapse-plugins = recurseIntoAttrs matrix-synapse.plugins; 9171
··· 9163 9164 matrix-conduit = callPackage ../servers/matrix-conduit { }; 9165 9166 + matrix-synapse = callPackage ../servers/matrix-synapse { }; 9167 9168 matrix-synapse-plugins = recurseIntoAttrs matrix-synapse.plugins; 9169