summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-08-05 15:30:21 -0400
committerGitHub <noreply@github.com>2024-08-05 15:30:21 -0400
commita1c6fe4b4d6ddab3a44404c4c4db07192b71be7b (patch)
tree1a9c7776e07e3157ba6a6ceeab7e2ddf12d12029
parentMerge pull request #329231 from risicle/ris-html-sanitizer-CVE-2024-34078-r24.05 (diff)
parentmatrix-synapse: import tests in wrapper (diff)
downloadnixpkgs-a1c6fe4b4d6ddab3a44404c4c4db07192b71be7b.tar.gz
Merge pull request #332454 from NixOS/backport-331848-to-release-24.05
[Backport release-24.05] matrix-synapse: import tests in wrapper
-rw-r--r--pkgs/servers/matrix-synapse/wrapper.nix2
1 files changed, 1 insertions, 1 deletions
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.