pythonPackages.property-manager: init at 2.3.1

This commit is contained in:
eyjhbb@gmail.com
2019-07-23 16:57:03 +02:00
parent b0b81b0c18
commit adfa7bd59f
2 changed files with 25 additions and 0 deletions

View File

@@ -4085,6 +4085,8 @@ in {
prettytable = callPackage ../development/python-modules/prettytable { };
property-manager = callPackage ../development/python-modules/property-manager { };
prompt_toolkit = let
filename = if isPy3k then ../development/python-modules/prompt_toolkit else ../development/python-modules/prompt_toolkit/1.nix;
in callPackage filename { };