1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

fcitx5: migrate to qt6Packages

This fixes eval because the attribute doesn't exist anymore under
libsForQt5.
This commit is contained in:
Martin Weinelt 2025-08-27 03:54:30 +02:00 committed by Austin Horstman
parent 2c4ef7d717
commit 77f348da31

View file

@ -16,7 +16,7 @@ in
i18n.inputMethod.fcitx5 = { i18n.inputMethod.fcitx5 = {
fcitx5-with-addons = lib.mkOption { fcitx5-with-addons = lib.mkOption {
type = lib.types.package; type = lib.types.package;
default = pkgs.libsForQt5.fcitx5-with-addons; default = pkgs.qt6Packages.fcitx5-with-addons;
example = lib.literalExpression "pkgs.kdePackages.fcitx5-with-addons"; example = lib.literalExpression "pkgs.kdePackages.fcitx5-with-addons";
description = '' description = ''
The fcitx5 package to use. The fcitx5 package to use.