vanadium: disable fcitx5 clipboard

This commit is contained in:
Primrose 2025-05-26 00:08:20 +02:00
parent b7a6f9f296
commit bd58c92c2d
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 48 additions and 0 deletions

View file

@ -28,4 +28,7 @@ in
(lib.cmakeFeature "ENABLE_EMOJI" "Off")
(lib.cmakeFeature "ENABLE_WAYLAND" "Off")
];
fcitx5.__output.patches.__append = [
./patches/fcitx5/disable-clipboard.patch
];
})