matrix-synapse: import tests in wrapper

This commit is contained in:
teutat3s 2024-08-02 22:29:19 +02:00
parent 9f918d616c
commit ad96650f80
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705

View File

@ -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.