We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent c35be63 commit 86e35b7Copy full SHA for 86e35b7
pkgs/tools/inputmethods/ibus-engines/ibus-anthy/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
18
configureFlags = [ "--with-anthy-zipcode=${anthy}/share/anthy/zipcode.t" ];
19
20
buildInputs = [
21
- anthy glib gobjectIntrospection gtk3 ibus python3
+ anthy glib gobjectIntrospection gtk3 ibus (python3.withPackages (ps: [ps.pygobject3]))
22
];
23
24
nativeBuildInputs = [ intltool pkgconfig python3.pkgs.wrapPython ];
0 commit comments