Merge pull request #53797 from nyanloutre/matrix-synapse-upgrade

matrix-synapse: 0.34.0.1 -> 0.34.1.1
This commit is contained in:
Robert Schütz
2019-01-14 10:03:47 +01:00
committed by GitHub
4 changed files with 73 additions and 68 deletions

View File

@@ -3520,7 +3520,9 @@ in {
pysam = callPackage ../development/python-modules/pysam { };
pysaml2 = callPackage ../development/python-modules/pysaml2 { };
pysaml2 = callPackage ../development/python-modules/pysaml2 {
inherit (pkgs) xmlsec;
};
python-pushover = callPackage ../development/python-modules/pushover {};