fcitx-engines.mozc: build protobuf dependency using clang

This commit is contained in:
Eric Sagnes 2016-04-02 15:58:48 +09:00
parent 4e17899776
commit a5285ae477

View File

@ -1427,6 +1427,7 @@ in
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 { };