Merge pull request #54317 from peterhoeg/p/hazm

pythonPackages.zm-py: init at 0.3.0
This commit is contained in:
Peter Hoeg
2019-01-21 10:56:41 +08:00
committed by GitHub
3 changed files with 35 additions and 4 deletions

View File

@@ -5177,6 +5177,8 @@ in {
inherit python;
})).python;
zm-py = callPackage ../development/python-modules/zm-py { };
rfc7464 = callPackage ../development/python-modules/rfc7464 { };
foundationdb51 = callPackage ../servers/foundationdb/python.nix { foundationdb = pkgs.foundationdb51; };