forked from mirrors/nixpkgs
Move ibus packages to the inputmethods directory.
This commit is contained in:
parent
d23ed364b5
commit
2e8cbfbc58
|
@ -955,6 +955,10 @@ let
|
||||||
|
|
||||||
anthy = callPackage ../tools/inputmethods/anthy { };
|
anthy = callPackage ../tools/inputmethods/anthy { };
|
||||||
|
|
||||||
|
ibus = callPackage ../tools/inputmethods/ibus { };
|
||||||
|
|
||||||
|
ibus-qt = callPackage ../tools/inputmethods/ibus-qt { };
|
||||||
|
|
||||||
ibus-anthy = callPackage ../tools/inputmethods/ibus-anthy { };
|
ibus-anthy = callPackage ../tools/inputmethods/ibus-anthy { };
|
||||||
|
|
||||||
biosdevname = callPackage ../tools/networking/biosdevname { };
|
biosdevname = callPackage ../tools/networking/biosdevname { };
|
||||||
|
@ -4970,10 +4974,6 @@ let
|
||||||
|
|
||||||
hyenae = callPackage ../tools/networking/hyenae { };
|
hyenae = callPackage ../tools/networking/hyenae { };
|
||||||
|
|
||||||
ibus = callPackage ../development/libraries/ibus { };
|
|
||||||
|
|
||||||
ibus-qt = callPackage ../development/libraries/ibus-qt { };
|
|
||||||
|
|
||||||
icmake = callPackage ../development/tools/build-managers/icmake { };
|
icmake = callPackage ../development/tools/build-managers/icmake { };
|
||||||
|
|
||||||
iconnamingutils = callPackage ../development/tools/misc/icon-naming-utils {
|
iconnamingutils = callPackage ../development/tools/misc/icon-naming-utils {
|
||||||
|
|
Loading…
Reference in a new issue