From 331e0ac99969963e7a31927be86f7c911c71f82f Mon Sep 17 00:00:00 2001 From: Guy Chronister Date: Sun, 19 Apr 2026 16:34:58 -0500 Subject: [PATCH] fcitx5-chewing: migrate to by-name --- .../fc/fcitx5-chewing/package.nix} | 0 pkgs/top-level/all-packages.nix | 2 -- 2 files changed, 2 deletions(-) rename pkgs/{tools/inputmethods/fcitx5/fcitx5-chewing.nix => by-name/fc/fcitx5-chewing/package.nix} (100%) diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-chewing.nix b/pkgs/by-name/fc/fcitx5-chewing/package.nix similarity index 100% rename from pkgs/tools/inputmethods/fcitx5/fcitx5-chewing.nix rename to pkgs/by-name/fc/fcitx5-chewing/package.nix diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 7d5fbd933c0f..e834e09177e5 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -2260,8 +2260,6 @@ with pkgs; fcitx5-skk = qt6Packages.callPackage ../tools/inputmethods/fcitx5/fcitx5-skk.nix { }; - fcitx5-chewing = callPackage ../tools/inputmethods/fcitx5/fcitx5-chewing.nix { }; - fcitx5-lua = callPackage ../tools/inputmethods/fcitx5/fcitx5-lua.nix { lua = lua5_3; }; fcitx5-m17n = callPackage ../tools/inputmethods/fcitx5/fcitx5-m17n.nix { };