mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
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 {
|
||||
inherit (pythonPackages) gyp;
|
||||
protobuf = protobuf.override { stdenv = clangStdenv; };
|
||||
};
|
||||
|
||||
table-other = callPackage ../tools/inputmethods/fcitx-engines/fcitx-table-other { };
|
||||
|
|
Loading…
Reference in a new issue