Merge pull request #223176 from dotlambda/matrix-synapse-comment
matrix-synapse: remove old comment
This commit is contained in:
commit
760d2f7d9e
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue