* 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 ];
|
||||
};
|
||||
|
||||
ssl = null;
|
||||
|
||||
tkinter = buildInternalPythonModule {
|
||||
moduleName = "tkinter";
|
||||
deps = [ tcl tk x11 ];
|
||||
|
Loading…
Reference in New Issue
Block a user