Move ibus packages to the inputmethods directory.

This commit is contained in:
Gabriel Ebner 2015-03-12 11:57:54 +01:00
parent d23ed364b5
commit 2e8cbfbc58
3 changed files with 4 additions and 4 deletions

View file

@ -955,6 +955,10 @@ let
anthy = callPackage ../tools/inputmethods/anthy { };
ibus = callPackage ../tools/inputmethods/ibus { };
ibus-qt = callPackage ../tools/inputmethods/ibus-qt { };
ibus-anthy = callPackage ../tools/inputmethods/ibus-anthy { };
biosdevname = callPackage ../tools/networking/biosdevname { };
@ -4970,10 +4974,6 @@ let
hyenae = callPackage ../tools/networking/hyenae { };
ibus = callPackage ../development/libraries/ibus { };
ibus-qt = callPackage ../development/libraries/ibus-qt { };
icmake = callPackage ../development/tools/build-managers/icmake { };
iconnamingutils = callPackage ../development/tools/misc/icon-naming-utils {