ibus-table: add pygobject3

Analogous to #29376.
This commit is contained in:
Yegor Timoshenko 2017-10-10 15:51:05 +00:00 committed by GitHub
parent ef291b52f3
commit f78aca5064

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
'';
buildInputs = [
dconf gtk3 gobjectIntrospection ibus python3
dconf gtk3 gobjectIntrospection ibus (python3.withPackages (pypkgs: with pypkgs; [ pygobject3 ]))
];
nativeBuildInputs = [ autoreconfHook docbook2x pkgconfig python3.pkgs.wrapPython ];