fcitx5-qt: fix strictDeps build

This commit is contained in:
FliegendeWurst
2025-01-17 21:29:53 +01:00
parent 037f302906
commit b7c6b1bc2e
@@ -5,6 +5,7 @@
cmake,
extra-cmake-modules,
fcitx5,
gettext,
qtbase,
qtwayland,
wrapQtAppsHook,
@@ -39,6 +40,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
extra-cmake-modules
gettext
wrapQtAppsHook
];