3
0
Fork 0
forked from mirrors/nixpkgs

fcitx-engines.mozc: use newer protobuf

ibus-engines.mozc builds fine with the newer protobuf, this should as well.
This commit is contained in:
Ivan Kozik 2019-09-10 21:54:41 +00:00
parent 93bf6e2648
commit 03c01e418f

View file

@ -3036,7 +3036,7 @@ in
mozc = callPackage ../tools/inputmethods/fcitx-engines/fcitx-mozc {
python = python2;
inherit (python2Packages) gyp;
protobuf = pkgs.protobuf3_6.overrideDerivation (oldAttrs: { stdenv = clangStdenv; });
protobuf = pkgs.protobuf.overrideDerivation (oldAttrs: { stdenv = clangStdenv; });
};
table-extra = callPackage ../tools/inputmethods/fcitx-engines/fcitx-table-extra { };