summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2015-09-01 18:04:14 +0200
committerGabriel Ebner <gebner@gebner.org>2015-09-01 18:05:12 +0200
commit21370df4d65c84031ecac94f4547b9d9a4a0a873 (patch)
tree49419fa9733f67063b3f536073b1971b91051998 /pkgs/tools/inputmethods
parent2b71e4643e33c427c26efc16b69765170b292cca (diff)
downloadnixpkgs-21370df4d65c84031ecac94f4547b9d9a4a0a873.tar
nixpkgs-21370df4d65c84031ecac94f4547b9d9a4a0a873.tar.gz
nixpkgs-21370df4d65c84031ecac94f4547b9d9a4a0a873.tar.bz2
nixpkgs-21370df4d65c84031ecac94f4547b9d9a4a0a873.tar.lz
nixpkgs-21370df4d65c84031ecac94f4547b9d9a4a0a873.tar.xz
nixpkgs-21370df4d65c84031ecac94f4547b9d9a4a0a873.tar.zst
nixpkgs-21370df4d65c84031ecac94f4547b9d9a4a0a873.zip
ibus-anthy: 1.5.6 -> 1.5.7
Also fix zipcode lookup.
Diffstat (limited to 'pkgs/tools/inputmethods')
-rw-r--r--pkgs/tools/inputmethods/ibus-anthy/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/tools/inputmethods/ibus-anthy/default.nix b/pkgs/tools/inputmethods/ibus-anthy/default.nix
index 1b0201c4b17..22515a15d27 100644
--- a/pkgs/tools/inputmethods/ibus-anthy/default.nix
+++ b/pkgs/tools/inputmethods/ibus-anthy/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   name = "ibus-anthy-${version}";
-  version = "1.5.6";
+  version = "1.5.7";
 
   meta = with stdenv.lib; {
     description = "IBus interface to the anthy input method";
@@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
     maintainers = with maintainers; [ gebner ];
   };
 
+  configureFlags = "--with-anthy-zipcode=${anthy}/share/anthy/zipcode.t";
+
   buildInputs = [ makeWrapper ibus anthy intltool pkgconfig glib gobjectIntrospection python pythonPackages.pygobject3 ];
 
   postFixup = ''
@@ -24,6 +26,6 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "https://github.com/ibus/ibus-anthy/releases/download/${version}/${name}.tar.gz";
-    sha256 = "0vl904l5862zxfi8fiiljwvqv4yvb3nfdbkmpcqk3zw4r1mn6p03";
+    sha256 = "00sjrfhghrgkqm72mf39f8sz6wr4fwvvs9mn2alaldhgr5v0c861";
   };
 }