fcitx5-table-other: fix strictDeps build

This commit is contained in:
FliegendeWurst
2025-01-17 21:29:53 +01:00
parent 96e51d7449
commit 54e00997a6
@@ -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";