Skip to content

Commit 86e35b7

Browse files
lsixglobin
authored andcommittedSep 27, 2017
ibus-anthy: fix pygobject3 dependency
(cherry picked from commit be697dc)
1 parent c35be63 commit 86e35b7

File tree

1 file changed

+1
-1
lines changed
  • pkgs/tools/inputmethods/ibus-engines/ibus-anthy

1 file changed

+1
-1
lines changed
 

Diff for: ‎pkgs/tools/inputmethods/ibus-engines/ibus-anthy/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
1818
configureFlags = [ "--with-anthy-zipcode=${anthy}/share/anthy/zipcode.t" ];
1919

2020
buildInputs = [
21-
anthy glib gobjectIntrospection gtk3 ibus python3
21+
anthy glib gobjectIntrospection gtk3 ibus (python3.withPackages (ps: [ps.pygobject3]))
2222
];
2323

2424
nativeBuildInputs = [ intltool pkgconfig python3.pkgs.wrapPython ];

0 commit comments

Comments
 (0)
Please sign in to comment.