Merge pull request #9595 from gebner/ibus-anthy-1.5.7
ibus-anthy: 1.5.6 -> 1.5.7
This commit is contained in:
commit
4ab89ab1e6
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ibus-anthy-${version}";
|
name = "ibus-anthy-${version}";
|
||||||
version = "1.5.6";
|
version = "1.5.7";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "IBus interface to the anthy input method";
|
description = "IBus interface to the anthy input method";
|
||||||
@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = with maintainers; [ gebner ];
|
maintainers = with maintainers; [ gebner ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
configureFlags = "--with-anthy-zipcode=${anthy}/share/anthy/zipcode.t";
|
||||||
|
|
||||||
buildInputs = [ makeWrapper ibus anthy intltool pkgconfig glib gobjectIntrospection python pythonPackages.pygobject3 ];
|
buildInputs = [ makeWrapper ibus anthy intltool pkgconfig glib gobjectIntrospection python pythonPackages.pygobject3 ];
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
@ -24,6 +26,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/ibus/ibus-anthy/releases/download/${version}/${name}.tar.gz";
|
url = "https://github.com/ibus/ibus-anthy/releases/download/${version}/${name}.tar.gz";
|
||||||
sha256 = "0vl904l5862zxfi8fiiljwvqv4yvb3nfdbkmpcqk3zw4r1mn6p03";
|
sha256 = "00sjrfhghrgkqm72mf39f8sz6wr4fwvvs9mn2alaldhgr5v0c861";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user