python.pkgs.pyls-isort: init at 0.1.2

This commit is contained in:
Jörg Thalheim
2018-05-24 12:52:59 +01:00
parent d4153a6fb8
commit 5432e4d0ad
2 changed files with 31 additions and 0 deletions

View File

@@ -11272,6 +11272,8 @@ in {
pyls-mypy = callPackage ../development/python-modules/pyls-mypy {};
pyls-isort = callPackage ../development/python-modules/pyls-isort {};
pyudev = callPackage ../development/python-modules/pyudev {
inherit (pkgs) fetchurl systemd;
};