add python application substanced and it's dependencies
This commit is contained in:
@@ -164,6 +164,12 @@ let
|
||||
deps = [ ncurses ];
|
||||
};
|
||||
|
||||
crypt = buildInternalPythonModule {
|
||||
moduleName = "crypt";
|
||||
internalName = "crypt";
|
||||
deps = [ ];
|
||||
};
|
||||
|
||||
gdbm = buildInternalPythonModule {
|
||||
moduleName = "gdbm";
|
||||
internalName = "gdbm";
|
||||
|
||||
Reference in New Issue
Block a user