fcitx5-chinese-addons: USE_WEBKIT is now OFF by default

This commit is contained in:
Nick Cao 2024-01-07 00:01:12 -05:00
parent a43475ef65
commit 7348ea301e
No known key found for this signature in database

View File

@ -40,10 +40,6 @@ mkDerivation rec {
sha256 = "sha256-z+udRjvAZbnu6EcvvdaFVCr0OKLxFBJbgoYpH9QjrDI=";
};
cmakeFlags = [
"-DUSE_WEBKIT=off"
];
nativeBuildInputs = [
cmake
extra-cmake-modules