fcitx5-mcbopomofo: enable strictDeps (#382760)
This commit is contained in:
@@ -28,10 +28,10 @@ stdenv.mkDerivation rec {
|
||||
cmake
|
||||
extra-cmake-modules
|
||||
gettext
|
||||
gtest
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
extra-cmake-modules
|
||||
fcitx5
|
||||
fmt
|
||||
gtest
|
||||
@@ -39,6 +39,8 @@ stdenv.mkDerivation rec {
|
||||
json_c
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
cmakeFlags = [
|
||||
"-DCMAKE_BUILD_TYPE=Release"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user