pythonPackages.pylint-plugin-utils: init at 0.6

This commit is contained in:
Kevin Amado
2020-01-09 13:07:17 -08:00
committed by Jon
parent 4c1e1bba84
commit 2b7f4eddde
2 changed files with 40 additions and 0 deletions
+2
View File
@@ -4813,6 +4813,8 @@ in {
pylint = if isPy3k then callPackage ../development/python-modules/pylint { }
else callPackage ../development/python-modules/pylint/1.9.nix { };
pylint-plugin-utils = callPackage ../development/python-modules/pylint-plugin-utils { };
pyomo = callPackage ../development/python-modules/pyomo { };
pyopencl = callPackage ../development/python-modules/pyopencl { };