* Fix evaluation of pythonPackages.bugz.
svn path=/nixpkgs/trunk/; revision=33815
This commit is contained in:
parent
e4509bda5d
commit
934ef8e3fc
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user