From 265d25a4fca6bf96a6efe3e627544c4502ce2349 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Mon, 4 Sep 2023 21:12:17 +0800 Subject: [PATCH] fcitx5: Add missing expat and xcbutil These are direct dependencies for fcitx5, as listed in CMakeLists.txt. When cairo is updated to 1.18.0, it will no longer propagates both. --- pkgs/tools/inputmethods/fcitx5/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/tools/inputmethods/fcitx5/default.nix b/pkgs/tools/inputmethods/fcitx5/default.nix index 136550548e64..877b3ec6e52c 100644 --- a/pkgs/tools/inputmethods/fcitx5/default.nix +++ b/pkgs/tools/inputmethods/fcitx5/default.nix @@ -8,6 +8,7 @@ , extra-cmake-modules , cairo , pango +, expat , fribidi , fmt , wayland @@ -29,6 +30,7 @@ , libdatrie , xcbutilkeysyms , pcre +, xcbutil , xcbutilwm , xcb-imdkit , libxkbfile @@ -63,6 +65,7 @@ stdenv.mkDerivation rec { ]; buildInputs = [ + expat fmt isocodes cairo @@ -84,6 +87,7 @@ stdenv.mkDerivation rec { libXdmcp libxkbcommon pcre + xcbutil xcbutilwm xcbutilkeysyms xcb-imdkit