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:
parent
2c4ef7d717
commit
77f348da31
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue