ibus-anthy: fix pygobject3 dependency

This commit is contained in:
Lancelot SIX 2017-09-14 16:29:43 +02:00 committed by Robin Gloster
parent ba22ad45fe
commit be697dca4c

View File

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