nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

ibus-anthy: fix pygobject3 dependency

authored by

Lancelot SIX and committed by
Robin Gloster
be697dca ba22ad45

+1 -1
+1 -1
pkgs/tools/inputmethods/ibus-engines/ibus-anthy/default.nix
··· 18 18 configureFlags = [ "--with-anthy-zipcode=${anthy}/share/anthy/zipcode.t" ]; 19 19 20 20 buildInputs = [ 21 - anthy glib gobjectIntrospection gtk3 ibus python3 21 + anthy glib gobjectIntrospection gtk3 ibus (python3.withPackages (ps: [ps.pygobject3])) 22 22 ]; 23 23 24 24 nativeBuildInputs = [ intltool pkgconfig python3.pkgs.wrapPython ];