ibus-engines.uniemoji: add pygobject3 as a dependency
This fixes emoji selection window.
This commit is contained in:
parent
1fa28ae95d
commit
d5e82d694b
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "121zh3q0li1k537fcvbd4ns4jgl9bbb9gm9ihy8cfxgirv38lcfa";
|
sha256 = "121zh3q0li1k537fcvbd4ns4jgl9bbb9gm9ihy8cfxgirv38lcfa";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [ pyxdg python-Levenshtein ];
|
propagatedBuildInputs = with python3Packages; [ pyxdg python-Levenshtein pygobject3 ];
|
||||||
|
|
||||||
nativeBuildInputs = [ python3Packages.wrapPython ];
|
nativeBuildInputs = [ python3Packages.wrapPython ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user