fcitx5-mozc: bump to Bazel 7

Co-authored-by: Shogo Takata <peshogo@gmail.com>

Emily adaf301d 6da76297

+6 -3
+6 -3
pkgs/by-name/fc/fcitx5-mozc/package.nix
··· 1 1 { 2 - bazel_6, 2 + bazel_7, 3 3 buildBazelPackage, 4 4 fcitx5, 5 5 fetchFromGitHub, ··· 45 45 sed -i -e 's|^\(LINUX_MOZC_SERVER_DIR = \).\+|\1"${mozc}/lib/mozc"|' src/config.bzl 46 46 ''; 47 47 48 - bazel = bazel_6; 48 + bazel = bazel_7; 49 49 removeRulesCC = false; 50 50 dontAddBazelOpts = true; 51 51 ··· 63 63 64 64 fetchAttrs = { 65 65 preInstall = '' 66 + # Remove reference to buildInput 66 67 rm -rf $bazelOut/external/fcitx5 68 + # Remove reference to the host platform 69 + rm -rv "$bazelOut"/external/host_platform 67 70 ''; 68 71 69 - sha256 = "sha256-rrRp/v1pty7Py80/6I8rVVQvkeY72W+nlixUeYkjp+o="; 72 + hash = "sha256-nFPGhZWvzzBOSeIa35XQbK6dHgJJSYum/5X8eAA0uCY="; 70 73 }; 71 74 72 75 preConfigure = ''