Skip to content

Commit

Permalink
ibus-table: add pygobject3
Browse files Browse the repository at this point in the history
Analogous to #29376.

(cherry picked from commit f78aca5)
  • Loading branch information
lukateras authored and Mic92 committed Oct 13, 2017
1 parent 8cfaaae commit c6356ce
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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 ];
Expand Down

0 comments on commit c6356ce

Please sign in to comment.