From f32cc8d48c2a3e8673935628c44cb053721395d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 25 Mar 2023 18:15:15 -0700 Subject: [PATCH] matrix-synapse: remove old comment --- pkgs/top-level/all-packages.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index cd931ae4aa2f..50fc2cd4eaf9 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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;