···1213 buildInputs = [ python pkgconfig glib ];
1415- # in a "normal" setup, pygobject and pygtk are installed into the
16- # same site-packages: we need a pth file for both. pygtk.py would be
17- # used to select a specific version, in our setup it should have no
18- # effect, but we leave it in case somebody expects and calls it.
19- postInstall = ''
20- mv $out/lib/${python.libPrefix}/site-packages/{pygtk.pth,${name}.pth}
21- '';
22-23 meta = {
24 homepage = http://live.gnome.org/PyGObject;
25 description = "Python bindings for Glib";