Skip to content

Commit

Permalink
ibus-anthy: fix pygobject3 dependency
Browse files Browse the repository at this point in the history
(cherry picked from commit be697dc)
  • Loading branch information
lsix authored and globin committed Sep 27, 2017
1 parent c35be63 commit 86e35b7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-anthy-zipcode=${anthy}/share/anthy/zipcode.t" ];

buildInputs = [
anthy glib gobjectIntrospection gtk3 ibus python3
anthy glib gobjectIntrospection gtk3 ibus (python3.withPackages (ps: [ps.pygobject3]))
];

nativeBuildInputs = [ intltool pkgconfig python3.pkgs.wrapPython ];
Expand Down

0 comments on commit 86e35b7

Please sign in to comment.