Skip to content

Commit

Permalink
ibus-engines.uniemoji: add pygobject3 as a dependency
Browse files Browse the repository at this point in the history
This fixes emoji selection window.
  • Loading branch information
abbradar committed Mar 3, 2018
1 parent 1fa28ae commit d5e82d6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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 ];

Expand Down

0 comments on commit d5e82d6

Please sign in to comment.