forked from mirrors/nixpkgs
fcitx-engines.mozc: pin to protobuf 3.6
See https://github.com/NixOS/nixpkgs/pull/59662
This commit is contained in:
parent
364290da9c
commit
9458ddb8ec
|
@ -2744,7 +2744,7 @@ in
|
|||
mozc = callPackage ../tools/inputmethods/fcitx-engines/fcitx-mozc rec {
|
||||
python = python2;
|
||||
inherit (python2Packages) gyp;
|
||||
protobuf = pkgs.protobuf.overrideDerivation (oldAttrs: { stdenv = clangStdenv; });
|
||||
protobuf = pkgs.protobuf3_6.overrideDerivation (oldAttrs: { stdenv = clangStdenv; });
|
||||
};
|
||||
|
||||
table-extra = callPackage ../tools/inputmethods/fcitx-engines/fcitx-table-extra { };
|
||||
|
|
Loading…
Reference in a new issue