Merge pull request #60152 from Lucus16/unpin-protobuf

Revert "ibus-packages.mozc: pin to protobuf 3.6"
This commit is contained in:
Matthieu Coudron 2019-04-24 22:12:54 +09:00 committed by GitHub
commit 65a963235c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2148,7 +2148,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 {