ibus-engines.hangul: add python dependency
This commit is contained in:
parent
f2955e4fde
commit
f39ead7c74
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "120p9w7za6hi521hz8q235fkl4i3p1qqr8nqm4a3kxr0pcq40bd2";
|
sha256 = "120p9w7za6hi521hz8q235fkl4i3p1qqr8nqm4a3kxr0pcq40bd2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gtk3 ibus libhangul ];
|
buildInputs = [ gtk3 ibus libhangul python3 ];
|
||||||
|
|
||||||
nativeBuildInputs = [ intltool pkgconfig python3.pkgs.wrapPython ];
|
nativeBuildInputs = [ intltool pkgconfig python3.pkgs.wrapPython ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user