Revert "ibus-packages.mozc: pin to protobuf 3.6"
protobuf was bumped to 3.7.1, which fixes the build issue as described
in google/mozc#460.
This reverts commit a19fbaf39b
.
This commit is contained in:
parent
d260277928
commit
a5ed6ab73e
|
@ -2127,7 +2127,7 @@ in
|
|||
mozc = callPackage ../tools/inputmethods/ibus-engines/ibus-mozc rec {
|
||||
python = python2;
|
||||
inherit (python2Packages) gyp;
|
||||
protobuf = pkgs.protobuf3_6.overrideDerivation (oldAttrs: { stdenv = clangStdenv; });
|
||||
protobuf = pkgs.protobuf.overrideDerivation (oldAttrs: { stdenv = clangStdenv; });
|
||||
};
|
||||
|
||||
table = callPackage ../tools/inputmethods/ibus-engines/ibus-table {
|
||||
|
|
Loading…
Reference in New Issue