mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
fcitx-engines.mozc: build protobuf dependency using clang
This commit is contained in:
parent
4e17899776
commit
a5285ae477
1 changed files with 1 additions and 0 deletions
|
@ -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