From 77f348da3176dc68b20a73dab94852a417daf361 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 27 Aug 2025 03:54:30 +0200 Subject: [PATCH] fcitx5: migrate to qt6Packages This fixes eval because the attribute doesn't exist anymore under libsForQt5. --- modules/i18n/input-method/fcitx5.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/i18n/input-method/fcitx5.nix b/modules/i18n/input-method/fcitx5.nix index 74bd35bfe..99014a23c 100644 --- a/modules/i18n/input-method/fcitx5.nix +++ b/modules/i18n/input-method/fcitx5.nix @@ -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.