vanadium/overlay: remove xclip patch

Revert this if the error persists.
This commit is contained in:
Primrose 2026-01-15 21:32:17 +01:00
parent d2617493e8
commit 085442e442
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -16,18 +16,6 @@ infuse {
./patches/helix/W-as-write.patch
];
# TODO:
# pinned branch of https://github.com/astrand/xclip/tree/xerror
# use this until #43 gets resolved properly
xclip.__output.src =
_:
final.fetchFromGitHub {
owner = "astrand";
repo = "xclip";
rev = "2c3b811002b35d3be7f39cc1145dd06bdb32e31c";
hash = "sha256-hHbq97GTKiRw8LZa/LY4LUOFOd/5H4+S+NR0BJfcu6M=";
};
fcitx5.__output.cmakeFlags.__append = [
(lib.cmakeFeature "ENABLE_EMOJI" "Off")
(lib.cmakeFeature "ENABLE_WAYLAND" "Off")