Skip to content

Commit

Permalink
Merge pull request #59662 from delroth/mozc-pb
Browse files Browse the repository at this point in the history
ibus-packages.mozc: pin to protobuf 3.6 (fixes build breakage at HEAD)
  • Loading branch information
grahamc authored Apr 16, 2019
2 parents ee50561 + a19fbaf commit 3beec4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
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 3beec4a

Please sign in to comment.