fcitx5-mozc: fix build

This commit is contained in:
Sandro Jäckel 2021-11-01 21:39:41 +01:00
parent f506ecdca9
commit 76079c145b
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -5048,7 +5048,11 @@ with pkgs;
fcitx5-chinese-addons = libsForQt5.callPackage ../tools/inputmethods/fcitx5/fcitx5-chinese-addons.nix { };
fcitx5-mozc = libsForQt5.callPackage ../tools/inputmethods/fcitx5/fcitx5-mozc.nix { };
fcitx5-mozc = libsForQt5.callPackage ../tools/inputmethods/fcitx5/fcitx5-mozc.nix {
abseil-cpp = abseil-cpp.override {
cxxStandard = "17";
};
};
fcitx5-configtool = libsForQt5.callPackage ../tools/inputmethods/fcitx5/fcitx5-configtool.nix { };