Adding Glances system monitoring tool

This commit is contained in:
Michael Raskin
2013-10-18 11:11:47 +04:00
parent ef00dc20e6
commit fb2cb7bc0f
2 changed files with 30 additions and 0 deletions

View File

@@ -164,6 +164,11 @@ let
deps = [ ncurses ];
};
curses_panel = buildInternalPythonModule {
moduleName = "curses_panel";
deps = [ ncurses modules.curses ];
};
crypt = buildInternalPythonModule {
moduleName = "crypt";
internalName = "crypt";