mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium: disable fcitx5-chinese-addons crazy features
This commit is contained in:
parent
5a3d2089ad
commit
feb5484b3e
1 changed files with 5 additions and 0 deletions
|
|
@ -33,4 +33,9 @@ in
|
||||||
./patches/fcitx5/disable-quickphrase.patch
|
./patches/fcitx5/disable-quickphrase.patch
|
||||||
./patches/fcitx5/disable-unicode.patch
|
./patches/fcitx5/disable-unicode.patch
|
||||||
];
|
];
|
||||||
|
fcitx5-chinese-addons.__output.cmakeFlags.__append = [
|
||||||
|
(lib.cmakeFeature "ENABLE_BROWSER" "Off")
|
||||||
|
(lib.cmakeFeature "ENABLE_CLOUDPINYIN" "Off")
|
||||||
|
(lib.cmakeFeature "ENABLE_DATA" "Off")
|
||||||
|
];
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue