mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
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";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [ pyxdg python-Levenshtein ];
|
||||
propagatedBuildInputs = with python3Packages; [ pyxdg python-Levenshtein pygobject3 ];
|
||||
|
||||
nativeBuildInputs = [ python3Packages.wrapPython ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user