Merge pull request #14388 from ericsagnes/fix/fcitx-mozc

fcitx-engines.mozc: build protobuf dependency using clang
This commit is contained in:
Gabriel Ebner 2016-04-02 09:20:04 +02:00
commit 98d76ef7ba

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 { };