From 33260fc800a5ed3ab7cfde48b027a218f13a58dd Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Wed, 4 Dec 2024 09:04:15 +0100 Subject: [PATCH] fcitx5: fix and enable strictDeps --- pkgs/tools/inputmethods/fcitx5/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/tools/inputmethods/fcitx5/default.nix b/pkgs/tools/inputmethods/fcitx5/default.nix index 8b88e94b5e1b..6267021e208c 100644 --- a/pkgs/tools/inputmethods/fcitx5/default.nix +++ b/pkgs/tools/inputmethods/fcitx5/default.nix @@ -34,6 +34,7 @@ , xcb-imdkit , libxkbfile , nixosTests +, gettext }: let enDictVer = "20121020"; @@ -62,9 +63,11 @@ stdenv.mkDerivation rec { extra-cmake-modules pkg-config wayland-scanner + gettext ]; buildInputs = [ + extra-cmake-modules # required to please CMake expat fmt isocodes @@ -94,6 +97,8 @@ stdenv.mkDerivation rec { libxkbfile ]; + strictDeps = true; + passthru = { updateScript = ./update.py; tests = {