python.pkgs.poetry-core: init at 1.0.0a9

This commit is contained in:
Frederik Rietdijk
2020-08-11 20:41:35 +02:00
parent 2a1febbf78
commit 9c50cabc65
2 changed files with 24 additions and 0 deletions
+2
View File
@@ -1142,6 +1142,8 @@ in {
poetry = callPackage ../development/python-modules/poetry { };
poetry-core = callPackage ../development/python-modules/poetry-core { };
polyline = callPackage ../development/python-modules/polyline { };
postorius = disabledIf (!isPy3k) (callPackage ../servers/mail/mailman/postorius.nix { });