about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorEric Sagnes <eric.sagnes@gmail.com>2015-11-25 15:25:29 +0900
committerEric Sagnes <eric.sagnes@gmail.com>2016-02-17 20:44:29 +0900
commit81aab64b7f6c07ae463d4b71f0e495388773f6cf (patch)
treedfa79afa64b008c1bf7dfa178fc9b73c5558156a /pkgs
parent078e85e0e573e50fb840bc294e1c76bf9f38215b (diff)
downloadnixlib-81aab64b7f6c07ae463d4b71f0e495388773f6cf.tar
nixlib-81aab64b7f6c07ae463d4b71f0e495388773f6cf.tar.gz
nixlib-81aab64b7f6c07ae463d4b71f0e495388773f6cf.tar.bz2
nixlib-81aab64b7f6c07ae463d4b71f0e495388773f6cf.tar.lz
nixlib-81aab64b7f6c07ae463d4b71f0e495388773f6cf.tar.xz
nixlib-81aab64b7f6c07ae463d4b71f0e495388773f6cf.tar.zst
nixlib-81aab64b7f6c07ae463d4b71f0e495388773f6cf.zip
fcitx: group engines
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/inputmethods/fcitx-engines/fcitx-anthy/default.nix (renamed from pkgs/tools/inputmethods/fcitx/fcitx-anthy.nix)0
-rw-r--r--pkgs/top-level/all-packages.nix2
2 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/inputmethods/fcitx/fcitx-anthy.nix b/pkgs/tools/inputmethods/fcitx-engines/fcitx-anthy/default.nix
index 2099220f2a1f..2099220f2a1f 100644
--- a/pkgs/tools/inputmethods/fcitx/fcitx-anthy.nix
+++ b/pkgs/tools/inputmethods/fcitx-engines/fcitx-anthy/default.nix
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 0a411a7ff0ea..2ca59361b414 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1511,7 +1511,7 @@ let
 
   fcitx = callPackage ../tools/inputmethods/fcitx { };
 
-  fcitx-anthy = callPackage ../tools/inputmethods/fcitx/fcitx-anthy.nix { };
+  fcitx-anthy = callPackage ../tools/inputmethods/fcitx-engines/fcitx-anthy { };
 
   fcitx-configtool = callPackage ../tools/inputmethods/fcitx/fcitx-configtool.nix { };