mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Merge pull request #331848 from teutat3s/matrix-synapse-include-tests-wrapper
matrix-synapse: import tests in wrapper
This commit is contained in:
commit
e301957bab
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user