mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
matrix-synapse.tools: fix the eval (delete)
Without the change the eval fails as: $ nix build --no-link -f. matrix-synapse.tools error: attribute 'tools' missing at pkgs/by-name/ma/matrix-synapse/package.nix:47:54: 46| # for backward compatibility 47| inherit (matrix-synapse-unwrapped) plugins tests tools; | ^ 48| };
This commit is contained in:
parent
4f59aa5ed1
commit
7d1ed12e37
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ stdenv.mkDerivation {
|
||||||
unwrapped = matrix-synapse-unwrapped;
|
unwrapped = matrix-synapse-unwrapped;
|
||||||
|
|
||||||
# for backward compatibility
|
# for backward compatibility
|
||||||
inherit (matrix-synapse-unwrapped) plugins tests tools;
|
inherit (matrix-synapse-unwrapped) plugins tests;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Carry the maintainer, licenses, and various useful information.
|
# Carry the maintainer, licenses, and various useful information.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue