Merge pull request #70327 from abbradar/synapse-plugins

Refactor Synapse plugins, add matrix-synapse-pam
This commit is contained in:
zimbatm
2020-06-09 23:54:54 +02:00
committed by GitHub
8 changed files with 84 additions and 20 deletions
+2
View File
@@ -3322,6 +3322,8 @@ in {
python-axolotl-curve25519 = callPackage ../development/python-modules/python-axolotl-curve25519 { };
python-pam = callPackage ../development/python-modules/python-pam { };
pythonix = callPackage ../development/python-modules/pythonix {
inherit (pkgs) meson pkgconfig;
};