fcitx5-mcbopomofo: fix strictDeps build
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user