ibus-engines.hangul: 1.5.1 → 1.5.3

* https://github.com/libhangul/ibus-hangul/releases/tag/1.5.2
* https://github.com/libhangul/ibus-hangul/releases/tag/1.5.3
* switch to gettext (https://github.com/libhangul/ibus-hangul/commit/8745e3f2630cdad6b1715b4a074e4efc4db14534)
* drop wrapPython, patch shebangs hook will take care of that
This commit is contained in:
Jan Tojnar
2019-12-07 00:51:28 +01:00
parent c1e498514a
commit c86b5ea0ff
@@ -1,7 +1,8 @@
{ stdenv { stdenv
, fetchurl , fetchurl
, substituteAll , substituteAll
, intltool , appstream-glib
, gettext
, pkgconfig , pkgconfig
, wrapGAppsHook , wrapGAppsHook
, gtk3 , gtk3
@@ -12,11 +13,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ibus-hangul"; pname = "ibus-hangul";
version = "1.5.1"; version = "1.5.3";
src = fetchurl { src = fetchurl {
url = "https://github.com/choehwanjin/ibus-hangul/releases/download/${version}/${pname}-${version}.tar.gz"; url = "https://github.com/choehwanjin/ibus-hangul/releases/download/${version}/${pname}-${version}.tar.gz";
sha256 = "0gha8dfdf54rx8fv3yfikbgdg6lqq6l883lhg7q68ybvkjx9bwbs"; sha256 = "1400ba2p34vr9q285lqvjm73f6m677cgfdymmjpiwyrjgbbiqrjy";
}; };
patches = [ patches = [
@@ -27,9 +28,9 @@ stdenv.mkDerivation rec {
]; ];
nativeBuildInputs = [ nativeBuildInputs = [
intltool appstream-glib
gettext
pkgconfig pkgconfig
python3.pkgs.wrapPython
wrapGAppsHook wrapGAppsHook
]; ];