ibus-engines.uniemoji: add pygobject3 as a dependency

This fixes emoji selection window.
This commit is contained in:
Nikolay Amiantov 2018-03-03 18:38:25 +03:00
parent 1fa28ae95d
commit d5e82d694b

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "121zh3q0li1k537fcvbd4ns4jgl9bbb9gm9ihy8cfxgirv38lcfa";
};
propagatedBuildInputs = with python3Packages; [ pyxdg python-Levenshtein ];
propagatedBuildInputs = with python3Packages; [ pyxdg python-Levenshtein pygobject3 ];
nativeBuildInputs = [ python3Packages.wrapPython ];