synapse-matrix: have a valid meta attribute
Previously, only the unwrapped derivation had it. This is problematic to report issues on Synapse because you cannot read the maintainers from the REPL. :) Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
@@ -41,4 +41,7 @@ stdenv.mkDerivation {
|
||||
# for backward compatibility
|
||||
inherit (matrix-synapse-unwrapped) plugins tools;
|
||||
};
|
||||
|
||||
# Carry the maintainer, licenses, and various useful information.
|
||||
inherit (matrix-synapse-unwrapped) meta;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user