Skip to content

Commit

Permalink
fcitx5-mcbopomofo: enable strictDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiphan committed Feb 18, 2025
1 parent 5be6db6 commit 16a1ed4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/by-name/fc/fcitx5-mcbopomofo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,19 @@ stdenv.mkDerivation rec {
cmake
extra-cmake-modules
gettext
gtest
];

buildInputs = [
extra-cmake-modules
fcitx5
fmt
gtest
icu
json_c
];

strictDeps = true;

cmakeFlags = [
"-DCMAKE_BUILD_TYPE=Release"
];
Expand Down

0 comments on commit 16a1ed4

Please sign in to comment.