Merge pull request #30288 from yegortimoshenko/patch-3

ibus-table: fix pygobject3 dependency
This commit is contained in:
Jörg Thalheim 2017-10-13 20:44:18 +01:00 committed by GitHub
commit a4b999f7c9

@ -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 ];