* Fix evaluation of pythonPackages.bugz.

svn path=/nixpkgs/trunk/; revision=33815
This commit is contained in:
Eelco Dolstra 2012-04-17 15:31:44 +00:00
parent e4509bda5d
commit 934ef8e3fc

View File

@ -172,6 +172,8 @@ let
deps = [ sqlite ];
};
ssl = null;
tkinter = buildInternalPythonModule {
moduleName = "tkinter";
deps = [ tcl tk x11 ];