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 a19fbaf39ba2b9b1434b3dd159c79d0f645f0a6c.
This commit is contained in:
parent
d260277928
commit
a5ed6ab73e
@ -2127,7 +2127,7 @@ in
|
|||||||
mozc = callPackage ../tools/inputmethods/ibus-engines/ibus-mozc rec {
|
mozc = callPackage ../tools/inputmethods/ibus-engines/ibus-mozc rec {
|
||||||
python = python2;
|
python = python2;
|
||||||
inherit (python2Packages) gyp;
|
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 {
|
table = callPackage ../tools/inputmethods/ibus-engines/ibus-table {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user