diff --git a/pkgs/servers/matrix-synapse/wrapper.nix b/pkgs/servers/matrix-synapse/wrapper.nix index 55d280e0ec65..a0b44e683a7e 100644 --- a/pkgs/servers/matrix-synapse/wrapper.nix +++ b/pkgs/servers/matrix-synapse/wrapper.nix @@ -39,7 +39,7 @@ stdenv.mkDerivation { unwrapped = matrix-synapse-unwrapped; # for backward compatibility - inherit (matrix-synapse-unwrapped) plugins tools; + inherit (matrix-synapse-unwrapped) plugins tests tools; }; # Carry the maintainer, licenses, and various useful information.