matrix-synapse: remove old comment

This commit is contained in:
Robert Schütz
2023-03-25 18:15:15 -07:00
parent 15ac0abbe6
commit f32cc8d48c
+1 -3
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;