Skip to content

Commit

Permalink
ibus-packages.mozc: pin to protobuf 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
delroth committed Apr 16, 2019
1 parent f475aea commit a19fbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -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 {
Expand Down

0 comments on commit a19fbaf

Please sign in to comment.