mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
fcitx-engines.mozc: build protobuf dependency using clang
(cherry picked from commit a5285ae477
)
This commit is contained in:
parent
111132d097
commit
6666a901f1
@ -1542,6 +1542,7 @@ let
|
||||
|
||||
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 New Issue
Block a user