ibus-engines.mozc: unpin protobuf

Also use the git tag, so the package can be better updated.
This commit is contained in:
Martin Weinelt 2022-09-29 00:01:11 +02:00
parent 0aee87185d
commit 06ed064a3e
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 3 additions and 3 deletions

View file

@ -8,8 +8,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "google";
repo = "mozc";
rev = "063c41f1d7c1a877f44c1f8caad6be1897350336";
sha256 = "sha256-sgsfJZALpPHFB5bXu4OkRssViRDaPcgLfEyGhbqvJbI=";
rev = "refs/tags/${version}";
hash = "sha256-sgsfJZALpPHFB5bXu4OkRssViRDaPcgLfEyGhbqvJbI=";
fetchSubmodules = true;
};

View file

@ -5340,7 +5340,7 @@ with pkgs;
mozc = callPackage ../tools/inputmethods/ibus-engines/ibus-mozc {
stdenv = clangStdenv;
protobuf = pkgs.protobuf3_8.overrideDerivation (_: { stdenv = clangStdenv; });
protobuf = pkgs.protobuf.overrideDerivation (_: { stdenv = clangStdenv; });
};
rime = callPackage ../tools/inputmethods/ibus-engines/ibus-rime { };