fcitx5: dogfood mozc patch

This commit is contained in:
2024-07-03 22:42:20 +02:00
parent dc9adaae31
commit 01a3ce9b83
3 changed files with 379 additions and 0 deletions

View File

@@ -100,6 +100,13 @@
(self: super: {
inherit (nonrecursive-unstable-pkgs) atuin wstunnel;
})
# https://github.com/NixOS/nixpkgs/pull/251706
(self: super: {
mozc = self.qt6Packages.callPackage ./package-overrides/mozc.nix { };
fcitx5-mozc = self.callPackage ./package-overrides/fcitx5-mozc.nix { };
})
(self: super: {
mpv-unwrapped = super.mpv-unwrapped.override {
ffmpeg = super.ffmpeg_6-full;