pythonPackages.zm-py: init at 0.3.0

This commit is contained in:
Peter Hoeg
2019-01-06 21:28:22 +08:00
parent be445a9074
commit a7f0a58c4b
2 changed files with 31 additions and 0 deletions

View File

@@ -5159,6 +5159,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; };