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:
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
1 changed files with 1 additions and 1 deletions

View File

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