Skip to content

Commit

Permalink
ibus-engines.hangul: add python dependency
Browse files Browse the repository at this point in the history
(cherry picked from commit f39ead7)
  • Loading branch information
lsix authored and globin committed Sep 27, 2017
1 parent 9fbad9b commit 394aa5a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "120p9w7za6hi521hz8q235fkl4i3p1qqr8nqm4a3kxr0pcq40bd2";
};

buildInputs = [ gtk3 ibus libhangul ];
buildInputs = [ gtk3 ibus libhangul python3 ];

nativeBuildInputs = [ intltool pkgconfig python3.pkgs.wrapPython ];

Expand Down

0 comments on commit 394aa5a

Please sign in to comment.