fcitx-engines.mozc: build protobuf dependency using clang

(cherry picked from commit a5285ae477)
This commit is contained in:
Eric Sagnes 2016-04-02 15:58:48 +09:00 committed by Gabriel Ebner
parent 111132d097
commit 6666a901f1

View File

@ -1542,6 +1542,7 @@ let
mozc = callPackage ../tools/inputmethods/fcitx-engines/fcitx-mozc {
inherit (pythonPackages) gyp;
protobuf = protobuf.override { stdenv = clangStdenv; };
};
table-other = callPackage ../tools/inputmethods/fcitx-engines/fcitx-table-other { };