Merge pull request #14388 from ericsagnes/fix/fcitx-mozc
fcitx-engines.mozc: build protobuf dependency using clang
This commit is contained in:
commit
98d76ef7ba
@ -1427,6 +1427,7 @@ in
|
|||||||
|
|
||||||
mozc = callPackage ../tools/inputmethods/fcitx-engines/fcitx-mozc {
|
mozc = callPackage ../tools/inputmethods/fcitx-engines/fcitx-mozc {
|
||||||
inherit (pythonPackages) gyp;
|
inherit (pythonPackages) gyp;
|
||||||
|
protobuf = protobuf.override { stdenv = clangStdenv; };
|
||||||
};
|
};
|
||||||
|
|
||||||
table-other = callPackage ../tools/inputmethods/fcitx-engines/fcitx-table-other { };
|
table-other = callPackage ../tools/inputmethods/fcitx-engines/fcitx-table-other { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user