telegram-desktop: stop overriding abseil-cpp

It works just fine without that nowadays
This commit is contained in:
Ilya Fedin
2024-11-01 19:20:18 +04:00
parent 94da61f36b
commit 1ba6efe787
@@ -55,10 +55,8 @@
let
tg_owt = callPackage ./tg_owt.nix {
# tg_owt should use the same compiler
inherit stdenv;
abseil-cpp = abseil-cpp.override {
cxxStandard = "20";
};
};
in
stdenv.mkDerivation (finalAttrs: {