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:
Lars Jellema 2019-04-24 11:30:04 +02:00
parent d260277928
commit a5ed6ab73e
No known key found for this signature in database
GPG Key ID: 563A03936D48B4BC

View File

@ -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 {