ibus-anthy: fix pygobject3 dependency
This commit is contained in:
parent
ba22ad45fe
commit
be697dca4c
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user