fcitx5-table-extra: fix strictDeps build

This commit is contained in:
FliegendeWurst
2025-01-17 21:29:53 +01:00
parent b7c6b1bc2e
commit 96e51d7449
@@ -26,10 +26,13 @@ stdenv.mkDerivation rec {
extra-cmake-modules
gettext
libime
boost
fcitx5
];
buildInputs = [
boost
];
meta = with lib; {
description = "Extra table for Fcitx, including Boshiamy, Zhengma, Cangjie, and Quick";
homepage = "https://github.com/fcitx/fcitx5-table-extra";