pygtk in pythonPackages, checks disabled, demo works, relates #223

Previously the checkPhase was not executed. It is now and a couple of
issues with it are seded away.
This commit is contained in:
Florian Friesdorf
2013-01-11 17:45:26 +01:00
parent 59879f6496
commit a7a6173a3f
3 changed files with 42 additions and 21 deletions
+14
View File
@@ -67,6 +67,20 @@ let pythonPackages = python.modules // rec {
inherit python;
};
pygtk = import ../development/python-modules/pygtk {
inherit (pkgs) fetchurl stdenv pkgconfig glib gtk;
inherit python buildPythonPackage pygobject pycairo;
};
# XXX: how can we get an override here?
#pyGtkGlade = pygtk.override {
# inherit (pkgs.gnome) libglade;
#};
pyGtkGlade = import ../development/python-modules/pygtk {
inherit (pkgs) fetchurl stdenv pkgconfig glib gtk;
inherit (pkgs.gnome) libglade;
inherit python buildPythonPackage pygobject pycairo;
};
# packages defined here