fcitx5-mozc: unpin abseil-cpp

This commit is contained in:
Tomas Drtina
2023-06-20 07:30:17 -04:00
committed by Yt
parent 3fb023ee2c
commit 3be39b9e8e
+1 -1
View File
@@ -7560,7 +7560,7 @@ with pkgs;
fcitx5-chinese-addons = libsForQt5.callPackage ../tools/inputmethods/fcitx5/fcitx5-chinese-addons.nix { };
fcitx5-mozc = libsForQt5.callPackage ../tools/inputmethods/fcitx5/fcitx5-mozc.nix {
abseil-cpp = abseil-cpp_202103.override {
abseil-cpp = abseil-cpp.override {
cxxStandard = "17";
};
};