Merge pull request #331848 from teutat3s/matrix-synapse-include-tests-wrapper

matrix-synapse: import tests in wrapper
This commit is contained in:
Maximilian Bosch 2024-08-05 10:52:59 +00:00 committed by GitHub
commit e301957bab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation {
unwrapped = matrix-synapse-unwrapped; unwrapped = matrix-synapse-unwrapped;
# for backward compatibility # for backward compatibility
inherit (matrix-synapse-unwrapped) plugins tools; inherit (matrix-synapse-unwrapped) plugins tests tools;
}; };
# Carry the maintainer, licenses, and various useful information. # Carry the maintainer, licenses, and various useful information.