diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix index 0028eb5fc4e6..e7ada4963a1a 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-qt.nix @@ -5,6 +5,7 @@ cmake, extra-cmake-modules, fcitx5, + gettext, qtbase, qtwayland, wrapQtAppsHook, @@ -39,6 +40,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ cmake extra-cmake-modules + gettext wrapQtAppsHook ];