pythonPackages.pygobject{,3}: let python.buildEnv detect it

This commit is contained in:
Nikolay Amiantov 2016-05-14 04:04:41 +03:00
parent 4cb218b76a
commit 4ed271893f
2 changed files with 4 additions and 0 deletions

View file

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
buildInputs = [ python pkgconfig glib gobjectIntrospection ];
propagatedBuildInputs = [ pycairo cairo ];
passthru.pythonPath = [];
meta = {
homepage = http://live.gnome.org/PyGObject;
description = "Python bindings for Glib";

View file

@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
buildInputs = [ python pkgconfig glib ];
passthru.pythonPath = [];
# in a "normal" setup, pygobject and pygtk are installed into the
# same site-packages: we need a pth file for both. pygtk.py would be
# used to select a specific version, in our setup it should have no