pygobject: in pythonPackages, removed hack handled now by pth

This commit is contained in:
Florian Friesdorf
2013-01-11 15:30:56 +01:00
parent 87423443b8
commit e856c72159
3 changed files with 6 additions and 13 deletions
+5
View File
@@ -62,6 +62,11 @@ let pythonPackages = python.modules // rec {
inherit python buildPythonPackage;
};
pygobject = import ../development/python-modules/pygobject {
inherit (pkgs) stdenv fetchurl pkgconfig glib;
inherit python;
};
# packages defined here