forked from mirrors/nixpkgs
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:
parent
8c1a6046a2
commit
295952fd51
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue