* Fix evaluation of pythonPackages.bugz.
svn path=/nixpkgs/trunk/; revision=33815
This commit is contained in:
@@ -172,6 +172,8 @@ let
|
|||||||
deps = [ sqlite ];
|
deps = [ sqlite ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ssl = null;
|
||||||
|
|
||||||
tkinter = buildInternalPythonModule {
|
tkinter = buildInternalPythonModule {
|
||||||
moduleName = "tkinter";
|
moduleName = "tkinter";
|
||||||
deps = [ tcl tk x11 ];
|
deps = [ tcl tk x11 ];
|
||||||
|
|||||||
Reference in New Issue
Block a user