ibus-packages.mozc: pin to protobuf 3.6

https://github.com/google/mozc/issues/460
This commit is contained in:
Pierre Bourdon 2019-04-16 03:46:46 +02:00
parent f475aeaf29
commit a19fbaf39b
No known key found for this signature in database
GPG Key ID: 6FB80DCD84DA0F1C
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.protobuf.overrideDerivation (oldAttrs: { stdenv = clangStdenv; });
protobuf = pkgs.protobuf3_6.overrideDerivation (oldAttrs: { stdenv = clangStdenv; });
};
table = callPackage ../tools/inputmethods/ibus-engines/ibus-table {