pygobject: in pythonPackages, removed hack handled now by pth
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user