pyGtkGlade: fix eval

I didn't expect the file to be imported on two places.
This commit is contained in:
Vladimír Čunát 2013-06-13 13:12:39 +02:00
parent 84262c18e3
commit ca67fccbfe

View File

@ -106,7 +106,7 @@ pythonPackages = python.modules // rec {
# inherit (pkgs.gnome) libglade;
#};
pyGtkGlade = import ../development/python-modules/pygtk {
inherit (pkgs) fetchurl stdenv pkgconfig glib gtk;
inherit (pkgs) fetchurl stdenv pkgconfig gtk;
inherit (pkgs.gnome) libglade;
inherit python buildPythonPackage pygobject pycairo;
};