mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
Same as9f7bd20a99. Fixes `ValueError: Namespace Gtk not available for version 3.0` when opening ibus-setup-libpinyin from gnome-control-center (when `cat ./result/libexec/ibus-setup-libpinyin` you will now find GI_TYPELIB_PATH being passed to makeCWrapper). The issue can be not reproducible on some impure environments, I guess the best way to test is to directly run GI_TYPELIB_PATH= ./result/libexec/ibus-setup-libpinyin (cherry picked from commit9786375566)