summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-10-10 15:51:05 +0000
committerGitHub <noreply@github.com>2017-10-10 15:51:05 +0000
commitf78aca5064c119d8463a43eb79e7e0d7c0453a18 (patch)
treebe7b81e65b0b25a496e9ef1693531f17b0a59bb1 /pkgs/tools/inputmethods
parentef291b52f3c4efa4da8b7c12c6d96e4ae0bcef41 (diff)
downloadnixpkgs-f78aca5064c119d8463a43eb79e7e0d7c0453a18.tar
nixpkgs-f78aca5064c119d8463a43eb79e7e0d7c0453a18.tar.gz
nixpkgs-f78aca5064c119d8463a43eb79e7e0d7c0453a18.tar.bz2
nixpkgs-f78aca5064c119d8463a43eb79e7e0d7c0453a18.tar.lz
nixpkgs-f78aca5064c119d8463a43eb79e7e0d7c0453a18.tar.xz
nixpkgs-f78aca5064c119d8463a43eb79e7e0d7c0453a18.tar.zst
nixpkgs-f78aca5064c119d8463a43eb79e7e0d7c0453a18.zip
ibus-table: add pygobject3
Analogous to #29376.
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/ibus-engines/ibus-table/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/inputmethods/ibus-engines/ibus-table/default.nix b/pkgs/tools/inputmethods/ibus-engines/ibus-table/default.nix
index 8c842dbc841..8c552799432 100644
--- a/pkgs/tools/inputmethods/ibus-engines/ibus-table/default.nix
+++ b/pkgs/tools/inputmethods/ibus-engines/ibus-table/default.nix
@@ -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 ];