Merge pull request #223176 from dotlambda/matrix-synapse-comment
matrix-synapse: remove old comment
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user