Skip to content

Commit

Permalink
fcitx-engines.mozc: pin to protobuf 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner authored and c0bw3b committed Apr 22, 2019
1 parent 02f76bc commit f203afe
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 @@ -2744,7 +2744,7 @@ in
mozc = callPackage ../tools/inputmethods/fcitx-engines/fcitx-mozc rec {
python = python2;
inherit (python2Packages) gyp;
protobuf = pkgs.protobuf.overrideDerivation (oldAttrs: { stdenv = clangStdenv; });
protobuf = pkgs.protobuf3_6.overrideDerivation (oldAttrs: { stdenv = clangStdenv; });
};

table-extra = callPackage ../tools/inputmethods/fcitx-engines/fcitx-table-extra { };
Expand Down

0 comments on commit f203afe

Please sign in to comment.