fcitx-engines.mozc: 2.20.2673.102 -> 2.23.2815.102

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