add python application substanced and it's dependencies

This commit is contained in:
Domen Kožar
2013-08-13 11:13:59 +02:00
parent 1f2ecd08cc
commit 1974c55d91
4 changed files with 298 additions and 26 deletions

View File

@@ -164,6 +164,12 @@ let
deps = [ ncurses ];
};
crypt = buildInternalPythonModule {
moduleName = "crypt";
internalName = "crypt";
deps = [ ];
};
gdbm = buildInternalPythonModule {
moduleName = "gdbm";
internalName = "gdbm";