ibus-engines.mozc: unpin protobuf
Also use the git tag, so the package can be better updated.
This commit is contained in:
parent
0aee87185d
commit
06ed064a3e
@ -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;
|
||||
};
|
||||
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user