Reflect addition of curses_panel python module

This commit is contained in:
Michael Raskin
2013-10-18 12:54:49 +04:00
parent fb2cb7bc0f
commit ebdec6418d
2 changed files with 6 additions and 1 deletions

View File

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