From ad96650f80a2acd58d94d3aa2188358a90fea924 Mon Sep 17 00:00:00 2001 From: teutat3s <10206665+teutat3s@users.noreply.github.com> Date: Fri, 2 Aug 2024 22:29:19 +0200 Subject: [PATCH] matrix-synapse: import tests in wrapper --- pkgs/servers/matrix-synapse/wrapper.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.