mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:50:44 +08:00
fcitx5: migrate to qt6Packages
This fixes eval because the attribute doesn't exist anymore under libsForQt5.
This commit is contained in:
committed by
Austin Horstman
parent
2c4ef7d717
commit
77f348da31
@@ -16,7 +16,7 @@ in
|
||||
i18n.inputMethod.fcitx5 = {
|
||||
fcitx5-with-addons = lib.mkOption {
|
||||
type = lib.types.package;
|
||||
default = pkgs.libsForQt5.fcitx5-with-addons;
|
||||
default = pkgs.qt6Packages.fcitx5-with-addons;
|
||||
example = lib.literalExpression "pkgs.kdePackages.fcitx5-with-addons";
|
||||
description = ''
|
||||
The fcitx5 package to use.
|
||||
|
||||
Reference in New Issue
Block a user