tdesktop: fix build

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

View file

@ -29,6 +29,7 @@
, webkitgtk
, jemalloc
, rnnoise
, abseil-cpp
# Transitive dependencies:
, util-linuxMinimal
, pcre
@ -57,7 +58,11 @@
# - https://github.com/void-linux/void-packages/blob/master/srcpkgs/telegram-desktop/template
let
tg_owt = callPackage ./tg_owt.nix { };
tg_owt = callPackage ./tg_owt.nix {
abseil-cpp = abseil-cpp.override {
cxxStandard = "17";
};
};
in
mkDerivation rec {
pname = "telegram-desktop";