From 54e00997a6f752954b618b0ada8bbbe62f57cecb Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Wed, 15 Jan 2025 22:52:11 +0100 Subject: [PATCH] fcitx5-table-other: fix strictDeps build --- pkgs/tools/inputmethods/fcitx5/fcitx5-table-other.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-table-other.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-table-other.nix index 5dc95a6186d5..8a584ec67202 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-table-other.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-table-other.nix @@ -26,10 +26,13 @@ stdenv.mkDerivation rec { extra-cmake-modules gettext libime - boost fcitx5 ]; + buildInputs = [ + boost + ]; + meta = with lib; { description = "Some other tables for Fcitx"; homepage = "https://github.com/fcitx/fcitx5-table-other";