glances: move from python-module to application

This commit is contained in:
Jonathan Ringer
2020-02-29 15:07:44 -08:00
committed by Jon
parent a0a724938e
commit cad99590a2
4 changed files with 17 additions and 12 deletions
+1 -1
View File
@@ -3724,7 +3724,7 @@ in {
git-sweep = callPackage ../development/python-modules/git-sweep { };
glances = callPackage ../development/python-modules/glances { };
glances = throw "glances has moved to pkgs.glances"; # added 2020-20-28
github3_py = callPackage ../development/python-modules/github3_py { };