ibus-engines.mozc: fix build and support new era

This commit is contained in:
Gabriel Ebner
2020-08-16 16:39:50 +02:00
parent 776a8f5c89
commit 748cbf9358
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -2743,7 +2743,7 @@ in
mozc = callPackage ../tools/inputmethods/ibus-engines/ibus-mozc {
python = python2;
inherit (python2Packages) gyp;
protobuf = pkgs.protobuf.overrideDerivation (oldAttrs: { stdenv = clangStdenv; });
protobuf = pkgs.protobuf3_8.overrideDerivation (oldAttrs: { stdenv = clangStdenv; });
};
table = callPackage ../tools/inputmethods/ibus-engines/ibus-table { };