ibus-engines.hangul: add python dependency

This commit is contained in:
Lancelot SIX 2017-09-27 12:29:11 +02:00 committed by Robin Gloster
parent f2955e4fde
commit f39ead7c74

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "120p9w7za6hi521hz8q235fkl4i3p1qqr8nqm4a3kxr0pcq40bd2";
};
buildInputs = [ gtk3 ibus libhangul ];
buildInputs = [ gtk3 ibus libhangul python3 ];
nativeBuildInputs = [ intltool pkgconfig python3.pkgs.wrapPython ];