Merge pull request #59662 from delroth/mozc-pb

ibus-packages.mozc: pin to protobuf 3.6 (fixes build breakage at HEAD)
This commit is contained in:
Graham Christensen 2019-04-16 16:48:08 -04:00 committed by GitHub
commit 3beec4a68b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2127,7 +2127,7 @@ in
mozc = callPackage ../tools/inputmethods/ibus-engines/ibus-mozc rec {
python = python2;
inherit (python2Packages) gyp;
protobuf = pkgs.protobuf.overrideDerivation (oldAttrs: { stdenv = clangStdenv; });
protobuf = pkgs.protobuf3_6.overrideDerivation (oldAttrs: { stdenv = clangStdenv; });
};
table = callPackage ../tools/inputmethods/ibus-engines/ibus-table {