File fcitx-mozc-bazel-build.patch of Package failed_mozc
--- mozc/src/WORKSPACE.bazel 2022-05-05 15:24:58.212937973 +0900
+++ fcitx-mozc/src/WORKSPACE.bazel 2022-05-05 15:25:36.117662215 +0900
@@ -66,6 +66,22 @@
path = "/usr", # For Debian
)
+# Fcitx
+new_local_repository(
+ name = "fcitx",
+ # This path should be updated per the environment.
+ path = "/usr", # For Debian
+ build_file = "BUILD.fcitx.bazel",
+)
+
+# Fcitx 5
+new_local_repository(
+ name = "fcitx5",
+ # This path should be updated per the environment.
+ path = "/usr", # For Debian
+ build_file = "BUILD.fcitx5.bazel",
+)
+
# Japanese Usage Dictionary
new_local_repository(
name = "ja_usage_dict",