Merge pull request #30288 from yegortimoshenko/patch-3

ibus-table: fix pygobject3 dependency

authored by Jörg Thalheim and committed by GitHub a4b999f7 9a6f914f

+1 -1
+1 -1
pkgs/tools/inputmethods/ibus-engines/ibus-table/default.nix
··· 29 ''; 30 31 buildInputs = [ 32 - dconf gtk3 gobjectIntrospection ibus python3 33 ]; 34 35 nativeBuildInputs = [ autoreconfHook docbook2x pkgconfig python3.pkgs.wrapPython ];
··· 29 ''; 30 31 buildInputs = [ 32 + dconf gtk3 gobjectIntrospection ibus (python3.withPackages (pypkgs: with pypkgs; [ pygobject3 ])) 33 ]; 34 35 nativeBuildInputs = [ autoreconfHook docbook2x pkgconfig python3.pkgs.wrapPython ];