fcitx5-mcbopomofo: fix strictDeps build

This commit is contained in:
FliegendeWurst
2025-01-06 09:50:53 +01:00
parent ec1af801cb
commit 943657de1c
@@ -28,16 +28,19 @@ stdenv.mkDerivation rec {
cmake
extra-cmake-modules
gettext
json_c
icu
fmt
gtest
];
buildInputs = [
fcitx5
fmt
gtest
icu
json_c
];
strictDeps = true;
cmakeFlags = [
"-DCMAKE_BUILD_TYPE=Release"
];