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 (8745e3f263)
* drop wrapPython, patch shebangs hook will take care of that
This commit is contained in:
Jan Tojnar 2019-10-27 15:41:03 +01:00
parent c1e498514a
commit c86b5ea0ff
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -1,7 +1,8 @@
{ stdenv
, fetchurl
, substituteAll
, intltool
, appstream-glib
, gettext
, pkgconfig
, wrapGAppsHook
, gtk3
@ -12,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "ibus-hangul";
version = "1.5.1";
version = "1.5.3";
src = fetchurl {
url = "https://github.com/choehwanjin/ibus-hangul/releases/download/${version}/${pname}-${version}.tar.gz";
sha256 = "0gha8dfdf54rx8fv3yfikbgdg6lqq6l883lhg7q68ybvkjx9bwbs";
sha256 = "1400ba2p34vr9q285lqvjm73f6m677cgfdymmjpiwyrjgbbiqrjy";
};
patches = [
@ -27,9 +28,9 @@ stdenv.mkDerivation rec {
];
nativeBuildInputs = [
intltool
appstream-glib
gettext
pkgconfig
python3.pkgs.wrapPython
wrapGAppsHook
];